Skip to content

Commit

Permalink
chore: remove app from package formats list
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 committed Sep 8, 2024
1 parent 70e0e47 commit 841f324
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
format: "deb,pacman"
- target: x86_64-apple-darwin
os: macos-latest
format: "app,dmg"
format: "dmg"
- target: x86_64-pc-windows-msvc
os: windows-latest
format: "wix,nsis"
Expand Down Expand Up @@ -86,7 +86,6 @@ jobs:
name: macos_packages
path: |
target/packages/*.dmg
target/packages/*.app
upload-assets:
needs: build-assets
Expand Down

0 comments on commit 841f324

Please sign in to comment.