Skip to content

Commit

Permalink
Fix existing artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lolepezy committed Nov 6, 2024
1 parent d1fdcf2 commit b927497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: ./gradlew build

- name: Rename the package
run: mkdir artifacts && mv $(find build/distributions -name rpki-ta-0\*.zip) artifacts/rpki-ta-0.zip
run: mkdir -p artifacts && mv $(find build/distributions -name rpki-ta-0\*.zip) artifacts/rpki-ta-0-${{ matrix.java }}.zip

- name: Upload zip
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b927497

Please sign in to comment.