Skip to content

Commit

Permalink
Fix DMG name in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Sep 18, 2024
1 parent fabb4e4 commit cf8b76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
with:
name: build-osx-dmg${{ inputs.postfix }}
path: |
out/Install_Inochi_Creator.dmg
out/Install_Inochi_Session.dmg
version.txt
overwrite: true
retention-days: 1
2 changes: 1 addition & 1 deletion .github/workflows/publish-itch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: "macOS (DMG)"
channel: 'osx'
artifact: 'build-osx-dmg${{ inputs.postfix }}'
file: 'Install_Inochi_Creator.dmg'
file: 'Install_Inochi_Session.dmg'

- name: "Linux"
channel: 'linux'
Expand Down

0 comments on commit cf8b76f

Please sign in to comment.