Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MatKuhr committed Aug 17, 2023
1 parent ba87978 commit c708acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- { "name": "POM File Sorting", "command": "com.github.ekryd.sortpom:sortpom-maven-plugin:verify" }
# Checkstyle is currently lacking the required file, so disable it for now
# - { "name": "Checkstyle", "command": "org.apache.maven.plugins:maven-checkstyle-plugin:checkstyle" }
name: Formatting
name: "Formatting: " ${{ matrix.task.name }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: m2-sdk
path: m2-sdk.zip
path: $HOME/.m2/repository/com/sap/cloud/sdk/m2-sdk.zip
retention-days: 1
- name: Purge Maven Repository from SDK Artifacts
run: |
Expand Down

0 comments on commit c708acf

Please sign in to comment.