From ffe2097abcd569071c41bc53705c27c045d57a5e Mon Sep 17 00:00:00 2001 From: Shariq Shah Date: Fri, 3 Jan 2020 23:41:00 +1100 Subject: [PATCH] Added itch upload to action --- .github/workflows/default.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 6527675..1a23d84 100755 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -9,10 +9,18 @@ jobs: steps: - uses: actions/checkout@v1 - uses: warrenbuckley/Setup-MSBuild@v1 + - env: + BUTLER_API_KEY: ${{secrets.ITCH_CREDENTIALS}} - name: Windows-amd64 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 + +