Skip to content

Commit

Permalink
chore: fix .dmg file path in macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasnaffy authored Dec 15, 2024
1 parent 9807145 commit 804351b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
if-no-files-found: error
name: release-${{ needs.changes.outputs.newVer }}-macos-dmg
path: |
app/backend/target/release/bundle/dmg/inner-ink_*_x64.dmg
app/backend/target/release/bundle/dmg/inner-ink_*_aarch64.dmg
- name: Upload binary - .deb (ubuntu only)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 804351b

Please sign in to comment.