Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlatemp committed Oct 2, 2021
1 parent 07921f7 commit 0abee3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,14 @@ jobs:
./gradlew packNative
./gradlew clean
./gradlew build
find .
- name: Archive Jar artifacts
uses: actions/upload-artifact@v2
with:
name: jars
name: all-in-one
path: |
build/libs
tmp/artifacts
tmp/exec
- name: Upload release assets
if: "${{ github.event_name == 'release' }}"
run: ./gradlew :ci-helper:uploadReleaseAssets
Expand Down

0 comments on commit 0abee3b

Please sign in to comment.