|
|
@ -1,4 +1,4 @@ |
|
|
|
name: Release Build |
|
|
|
name: Compile and Push to Itch |
|
|
|
|
|
|
|
|
|
|
|
on: |
|
|
|
on: |
|
|
|
push: |
|
|
|
push: |
|
|
@ -11,18 +11,18 @@ jobs: |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: warrenbuckley/Setup-MSBuild@v1 |
|
|
|
- uses: warrenbuckley/Setup-MSBuild@v1 |
|
|
|
- env: |
|
|
|
- name: Compile Release |
|
|
|
BUTLER_API_KEY: ${{secrets.ITCH_CREDENTIALS}} |
|
|
|
|
|
|
|
name: Windows-amd64 |
|
|
|
|
|
|
|
working-directory: build |
|
|
|
working-directory: build |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
..\tools\genie.exe vs2019 |
|
|
|
..\tools\genie.exe vs2019 |
|
|
|
msbuild vs2019\Symmetry.sln -p:Configuration=Release |
|
|
|
msbuild vs2019\Symmetry.sln -p:Configuration=Release |
|
|
|
cd ..\ |
|
|
|
- env: |
|
|
|
curl -L -o butler.zip https://broth.itch.ovh/butler/windows-amd64/LATEST/archive/default |
|
|
|
BUTLER_API_KEY: ${{secrets.ITCH_CREDENTIALS}} |
|
|
|
7z e butler.zip |
|
|
|
name: Upload to Itch |
|
|
|
butler.exe push bin bluerriq/symmetry:windows-prealpha |
|
|
|
run: | |
|
|
|
|
|
|
|
curl -L -o butler.zip https://broth.itch.ovh/butler/windows-amd64/LATEST/archive/default |
|
|
|
|
|
|
|
7z e butler.zip |
|
|
|
|
|
|
|
butler.exe push bin bluerriq/symmetry:windows-prealpha |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|