Skip to content

Commit

Permalink
Add artefact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lolepezy committed Nov 5, 2024
1 parent 4327ea9 commit 124d04c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
- name: Execute Gradle build
run: ./gradlew build

- name: Rename the package
run: mv $(find build/distributions -name rpki-ta-0\*.zip) artifacts/rpki-ta-0.zip

- name: Upload zip
uses: actions/upload-artifact@v4
with:
name: artifacts
path: artifacts

docker:
runs-on: ubuntu-latest
needs: build
Expand Down

0 comments on commit 124d04c

Please sign in to comment.