We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65d17f commit 1330db2Copy full SHA for 1330db2
.github/workflows/build-and-release.yml
@@ -253,7 +253,7 @@ jobs:
253
runs-on: ubuntu-latest
254
needs: macOS-build
255
steps:
256
- - name: Download DMG from artifacts
+ - name: Download ZIP from artifacts
257
uses: actions/download-artifact@v3
258
with:
259
name: release-osx
@@ -263,7 +263,7 @@ jobs:
263
env:
264
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
265
CHANNEL: osx
266
- ITCH_GAME: inochi-creator
+ ITCH_GAME: inochi-session
267
ITCH_USER: LunaFoxgirlVT
268
VERSION_FILE: version.txt
269
- PACKAGE: 'out/inochi-creator-macOS.zip'
+ PACKAGE: 'out/inochi-session-macOS.zip'
0 commit comments