Skip to content

Commit

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

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

- name: Upload zip
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts
name: rpki-ta-0-${{ matrix.java }}.zip
path: dist

docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7767544

Please sign in to comment.