Skip to content

Commit 03f28f8

Browse files
Don't publish RCs to itch
1 parent c448669 commit 03f28f8

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build-and-candidate.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# They are provided by a third-party and are governed by
33
# separate terms of service, privacy policy, and support
44
# documentation.
5-
name: Build & Release
5+
name: Build & Release RC
66

77
on:
88
push:
@@ -59,16 +59,6 @@ jobs:
5959
if: startsWith(github.ref, 'refs/tags/')
6060
with:
6161
files: 'out/inochi-session-linux-x86_64.zip'
62-
63-
- name: 'Publish to Itch'
64-
uses: manleydev/butler-publish-itchio-action@master
65-
env:
66-
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
67-
CHANNEL: linux
68-
ITCH_GAME: inochi-session
69-
ITCH_USER: LunaFoxgirlVT
70-
VERSION_FILE: version.txt
71-
PACKAGE: 'out/inochi-session-linux-x86_64.zip'
7262

7363
windows-build:
7464
runs-on: windows-latest

0 commit comments

Comments
 (0)