Skip to content

Commit

Permalink
disable itchio publish for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergodart committed Dec 2, 2024
1 parent b5b1289 commit a9db6f5
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,23 @@ jobs:
signls_*.tar.gz
signls_*.zip
itchio-release:
needs: release
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
strategy:
matrix:
os: [Linux, macOS, Windows]
env:
itchio_project: "emprcl/signls"
steps:
- uses: actions/[email protected]
with:
name: signls_${{ github.sha }}_${{ matrix.os }}
- uses: robpc/itchio-upload-action@v1
with:
path: signls_${{ github.sha }}_${{ matrix.os }}
project: ${{ env.itchio_project }}
channel: ${{ matrix.os }}
version: ${{ github.ref_name}}
api-key: ${{ secrets.ITCHIO_API_KEY }}
# itchio-release:
# needs: release
# if: startsWith(github.ref, 'refs/tags/v')
# runs-on: ubuntu-latest
# strategy:
# matrix:
# os: [Linux, macOS, Windows]
# env:
# itchio_project: "emprcl/signls"
# steps:
# - uses: actions/[email protected]
# with:
# name: signls_${{ github.sha }}_${{ matrix.os }}
# - uses: robpc/itchio-upload-action@v1
# with:
# path: signls_${{ github.sha }}_${{ matrix.os }}
# project: ${{ env.itchio_project }}
# channel: ${{ matrix.os }}
# version: ${{ github.ref_name}}
# api-key: ${{ secrets.ITCHIO_API_KEY }}

0 comments on commit a9db6f5

Please sign in to comment.