From 1330db2debfbf2f80dccc03023fa7c392eadadd6 Mon Sep 17 00:00:00 2001 From: LunaTheFoxgirl Date: Mon, 10 Jul 2023 02:05:01 +0200 Subject: [PATCH] Fix itch.io upload --- .github/workflows/build-and-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 97efd3f..12702be 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -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 @@ -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' \ No newline at end of file + PACKAGE: 'out/inochi-session-macOS.zip' \ No newline at end of file