Skip to content

Commit

Permalink
Fix hopefully final CI mishaps
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Sep 18, 2024
1 parent e243871 commit cac58e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-itch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cac58e6

Please sign in to comment.