mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-27 09:35:41 -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
|
||||
shell: bash
|
||||
if: github.event_name == 'push'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.UPLOAD_KEY }}
|
||||
TRAVIS_REPO_SLUG: itsmattkc/LEGOIslandRebuilder
|
||||
run: |
|
||||
curl -fLOSs --retry 2 --retry-delay 60 https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||
./upload.sh Rebuilder/obj/Release/Rebuilder.exe
|
||||
|
|
Loading…
Reference in a new issue