Commit 477b0f0 1 parent 63da49e commit 477b0f0 Copy full SHA for 477b0f0
File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 21
21
run : ./gradlew build
22
22
env :
23
23
BUILD_ID : ${{ github.run_number }}
24
- - name : Upload build artifacts
25
- uses : actions/upload-artifact@v1
24
+ - name : Upload prod artifacts
25
+ uses : actions/upload-artifact@v3
26
26
with :
27
27
name : build-artifacts
28
- path : build/libs
28
+ path : |
29
+ build/libs/
30
+ !build/libs/*-sources.jar
31
+ - name : Upload dev artifacts
32
+ uses : actions/upload-artifact@v3
33
+ with :
34
+ name : build-artifacts
35
+ path : build/devlibs/
Original file line number Diff line number Diff line change 26
26
- name : Upload assets to GitHub
27
27
28
28
with :
29
- files : ' build/libs/*;LICENSE '
29
+ files : ' build/libs/*;!build/libs/*-sources.jar;build/devlibs/* '
30
30
repo-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments