Skip to content

Commit

Permalink
Don't publish RCs to itch
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed May 1, 2023
1 parent c448669 commit 03f28f8
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build-and-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Build & Release
name: Build & Release RC

on:
push:
Expand Down Expand Up @@ -59,16 +59,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: 'out/inochi-session-linux-x86_64.zip'

- name: 'Publish to Itch'
uses: manleydev/butler-publish-itchio-action@master
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: linux
ITCH_GAME: inochi-session
ITCH_USER: LunaFoxgirlVT
VERSION_FILE: version.txt
PACKAGE: 'out/inochi-session-linux-x86_64.zip'

windows-build:
runs-on: windows-latest
Expand Down

0 comments on commit 03f28f8

Please sign in to comment.