Skip to content

Commit

Permalink
Fix itch.io upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Jul 10, 2023
1 parent e65d17f commit 1330db2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
runs-on: ubuntu-latest
needs: macOS-build
steps:
- name: Download DMG from artifacts
- name: Download ZIP from artifacts
uses: actions/download-artifact@v3
with:
name: release-osx
Expand All @@ -263,7 +263,7 @@ jobs:
env:
BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
CHANNEL: osx
ITCH_GAME: inochi-creator
ITCH_GAME: inochi-session
ITCH_USER: LunaFoxgirlVT
VERSION_FILE: version.txt
PACKAGE: 'out/inochi-creator-macOS.zip'
PACKAGE: 'out/inochi-session-macOS.zip'

0 comments on commit 1330db2

Please sign in to comment.