Skip to content

Commit

Permalink
add itchio release step
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergodart committed Dec 2, 2024
1 parent 0a9348e commit b5b1289
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,24 @@ jobs:
files: |
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 }}

0 comments on commit b5b1289

Please sign in to comment.