From cac58e63d5666f87d6770e8417a728fa32ab0453 Mon Sep 17 00:00:00 2001 From: LunaTheFoxgirl Date: Wed, 18 Sep 2024 02:34:56 +0200 Subject: [PATCH] Fix hopefully final CI mishaps --- .github/workflows/publish-itch.yml | 2 +- .github/workflows/release.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-itch.yml b/.github/workflows/publish-itch.yml index f99ed61b9..bb356a1e4 100644 --- a/.github/workflows/publish-itch.yml +++ b/.github/workflows/publish-itch.yml @@ -54,6 +54,6 @@ jobs: BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }} CHANNEL: ${{ matrix.config.channel }} ITCH_GAME: inochi-creator - ITCH_USER: LunaFoxgirlVT + ITCH_USER: kitsunebi-games VERSION_FILE: version.txt PACKAGE: 'out/${{ matrix.config.file }}' \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 754bd0338..6da9cd9f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,8 @@ jobs: gh-publish: needs: build-demo uses: './.github/workflows/publish-gh.yml' + with: + postfix: '-demo' # Full Release # This needs "gh-publish-demo" due to the fact that