mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-02-17 08:30:56 -05:00
Update ci.yml
This commit is contained in:
parent
33ebde956a
commit
e7e6eba140
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.UPLOAD_KEY }}
|
GITHUB_TOKEN: ${{ secrets.UPLOAD_KEY }}
|
||||||
TRAVIS_REPO_SLUG: itsmattkc/LEGOIslandRebuilder
|
TRAVIS_REPO_SLUG: itsmattkc/LEGOIslandRebuilder
|
||||||
TRAVIS_COMMIT: ${{ env.GITHUB_SHA }}
|
TRAVIS_COMMIT: ${{ github.sha }}
|
||||||
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