Skip to content

Commit

Permalink
fixed macos binary upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jan 27, 2023
1 parent c2f69b2 commit 8ad14a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
omitPrereleaseDuringUpdate: true
artifacts: "src-tauri/target/release/bundle/deb/*.deb,src-tauri/target/release/bundle/appimage/*.AppImage"
artifacts: "src-tauri/target/**/release/bundle/deb/*.deb,src-tauri/target/**/release/bundle/appimage/*.AppImage"

- name: Create Release (macOS)
id: create_release_macos
Expand All @@ -102,4 +102,4 @@ jobs:
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
omitPrereleaseDuringUpdate: true
artifacts: src-tauri/target/release/bundle/dmg/*.dmg
artifacts: src-tauri/target/**/release/bundle/dmg/*.dmg

0 comments on commit 8ad14a0

Please sign in to comment.