try to upload to releases page on push

This commit is contained in:
itsmattkc 2020-12-16 13:43:27 +11:00 committed by GitHub
parent ae9763eedf
commit cf21f166e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,3 +39,10 @@ jobs:
with:
path:
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