Skip to content

Commit

Permalink
Change artefact name
Browse files Browse the repository at this point in the history
  • Loading branch information
lolepezy committed Nov 6, 2024
1 parent 45315f7 commit 89bde80
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: mv $(find build/distributions -name rpki-ta-0\*.zip) rpki-ta-0-${{ matrix.java }}.zip
run: mv $(find build/distributions -name rpki-ta-0\*.zip) rpki-ta-0-java-${{ matrix.java }}.zip

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

0 comments on commit 89bde80

Please sign in to comment.