Update default.yml

dev
Syed Shariq Shah 6 years ago committed by GitHub
parent a8f6965dc0
commit b68d95dc96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/default.yml

@ -18,11 +18,11 @@ jobs:
msbuild vs2019\Symmetry.sln -p:Configuration=Release msbuild vs2019\Symmetry.sln -p:Configuration=Release
- env: - env:
BUTLER_API_KEY: ${{secrets.ITCH_CREDENTIALS}} BUTLER_API_KEY: ${{secrets.ITCH_CREDENTIALS}}
name: Upload to Itch name: Upload to Itch
run: | run: |
curl -L -o butler.zip https://broth.itch.ovh/butler/windows-amd64/LATEST/archive/default curl -L -o butler.zip https://broth.itch.ovh/butler/windows-amd64/LATEST/archive/default
7z e butler.zip 7z e butler.zip
butler.exe push bin bluerriq/symmetry:windows-prealpha butler.exe push bin bluerriq/symmetry:windows-prealpha

Loading…
Cancel
Save