From a8f6965dc062b56a607b3ff45143dfbbfc3fdbef Mon Sep 17 00:00:00 2001 From: Syed Shariq Shah <7191552+shariqshah@users.noreply.github.com> Date: Sat, 4 Jan 2020 00:17:00 +1100 Subject: [PATCH] Update default.yml --- .github/workflows/default.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 5e3b4d2..2eaa40d 100755 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -1,4 +1,4 @@ -name: Release Build +name: Compile and Push to Itch on: push: @@ -11,18 +11,18 @@ jobs: steps: - uses: actions/checkout@v1 - uses: warrenbuckley/Setup-MSBuild@v1 - - env: - BUTLER_API_KEY: ${{secrets.ITCH_CREDENTIALS}} - name: Windows-amd64 + - name: Compile Release working-directory: build run: | ..\tools\genie.exe vs2019 msbuild vs2019\Symmetry.sln -p:Configuration=Release - cd ..\ - 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 - + - env: + BUTLER_API_KEY: ${{secrets.ITCH_CREDENTIALS}} + name: Upload to Itch + 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