From a7040a594c0fb948ab7b95bfeb6cf7322fc28e38 Mon Sep 17 00:00:00 2001 From: John Pavek Date: Sat, 18 Nov 2023 12:51:25 -0600 Subject: [PATCH] gooooo deploy! --- .github/workflows/dotnet.yml | 2 ++ .github/workflows/itchdeploy.yml | 30 ------------------------------ 2 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 .github/workflows/itchdeploy.yml diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a9217a0..f13e8f3 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -30,6 +30,8 @@ jobs: files: 'November-Pirates-win-${{ github.ref_name }}*' itch: runs-on: ubuntu-latest + environment: itch + steps: - name: Itch.io - Publish uses: KikimoraGames/itch-publish@v0.0.3 diff --git a/.github/workflows/itchdeploy.yml b/.github/workflows/itchdeploy.yml deleted file mode 100644 index cea7de8..0000000 --- a/.github/workflows/itchdeploy.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Trigger Workflow on Release - -on: - release: - types: - - created - -jobs: - trigger: - runs-on: ubuntu-latest - - steps: - - name: Check if a file is uploaded - id: check_release - run: echo "Files uploaded to release. Add your script/command here." - - - name: Display information - run: | - echo "Release Tag: ${{ github.event.release.tag_name }}" - echo "Release ID: ${{ github.event.release.id }}" - echo "Action Run ID: ${{ github.run_id }}" - - name: Itch.io - Publish - uses: KikimoraGames/itch-publish@v0.0.3 - with: - butlerApiKey: ${{ secrets.BUTLER_CREDENTIALS }} - gameData: 'November-Pirates-win-${{ github.ref_name }}*' - itchUsername: nhawdge - itchGameId: november-pirates - buildChannel: windows - buildNumber: ${{ github.ref_name }}