Skip to content

Commit 1330db2

Browse files
Fix itch.io upload
1 parent e65d17f commit 1330db2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
runs-on: ubuntu-latest
254254
needs: macOS-build
255255
steps:
256-
- name: Download DMG from artifacts
256+
- name: Download ZIP from artifacts
257257
uses: actions/download-artifact@v3
258258
with:
259259
name: release-osx
@@ -263,7 +263,7 @@ jobs:
263263
env:
264264
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
265265
CHANNEL: osx
266-
ITCH_GAME: inochi-creator
266+
ITCH_GAME: inochi-session
267267
ITCH_USER: LunaFoxgirlVT
268268
VERSION_FILE: version.txt
269-
PACKAGE: 'out/inochi-creator-macOS.zip'
269+
PACKAGE: 'out/inochi-session-macOS.zip'

0 commit comments

Comments
 (0)