Skip to content

Commit

Permalink
Fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lolepezy committed Nov 5, 2024
1 parent 124d04c commit d1fdcf2
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) artifacts/rpki-ta-0.zip
run: mkdir artifacts && mv $(find build/distributions -name rpki-ta-0\*.zip) artifacts/rpki-ta-0.zip

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

0 comments on commit d1fdcf2

Please sign in to comment.