mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-23 15:48:03 -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:
|
||||
GITHUB_TOKEN: ${{ secrets.UPLOAD_KEY }}
|
||||
TRAVIS_REPO_SLUG: itsmattkc/LEGOIslandRebuilder
|
||||
TRAVIS_COMMIT: ${{ env.GITHUB_SHA }}
|
||||
TRAVIS_COMMIT: ${{ github.sha }}
|
||||
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