mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-12-02 11:57:45 -05:00
added upload key
This commit is contained in:
parent
7b22f34e6b
commit
6b9223a892
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -43,6 +43,9 @@ jobs:
|
||||||
- name: Upload to Releases
|
- name: Upload to Releases
|
||||||
shell: bash
|
shell: bash
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.UPLOAD_KEY }}
|
||||||
|
TRAVIS_REPO_SLUG: itsmattkc/LEGOIslandRebuilder
|
||||||
run: |
|
run: |
|
||||||
curl -fLOSs --retry 2 --retry-delay 60 https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
curl -fLOSs --retry 2 --retry-delay 60 https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||||
./upload.sh Rebuilder/obj/Release/Rebuilder.exe
|
./upload.sh Rebuilder/obj/Release/Rebuilder.exe
|
||||||
|
|
Loading…
Reference in a new issue