mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-30 10:57:49 -05:00
try to upload to releases page on push
This commit is contained in:
parent
ae9763eedf
commit
cf21f166e0
1 changed files with 7 additions and 0 deletions
|
@ -39,3 +39,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path:
|
path:
|
||||||
Rebuilder/obj/Release/Rebuilder.exe
|
Rebuilder/obj/Release/Rebuilder.exe
|
||||||
|
|
||||||
|
- name: Upload to Releases
|
||||||
|
shell: bash
|
||||||
|
if: github.event_name == 'push'
|
||||||
|
run: |
|
||||||
|
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||||
|
./upload.sh Rebuilder/obj/Release/Rebuilder.exe
|
Loading…
Reference in a new issue