mirror of https://github.com/zlatinb/muwire
try to upload a CI build
parent
a374277462
commit
9b47cd162c
|
@ -29,4 +29,8 @@ jobs:
|
|||
uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7
|
||||
with:
|
||||
arguments: build
|
||||
|
||||
- name: Upload .zip
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: MuWire CI zip
|
||||
path: gui/build/distributions/MuWire-*.zip$
|
||||
|
|
Loading…
Reference in New Issue