File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 2626 run : cargo install cargo-packager --locked
2727 - name : Package
2828 run : cargo packager --release
29- env :
30- APPLE_ID : ${{ secrets.APPLE_ID }}
31- APPLE_PASSWORD : ${{ secrets.APPLE_PASSWORD }}
32- APPLE_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
33- APPLE_CERTIFICATE : ${{ secrets.APPLE_CERTIFICATE }}
34- APPLE_CERTIFICATE_PASSWORD : ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
35-
3629 - name : Release
3730 uses : softprops/action-gh-release@v2
3831 with :
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ target_triple = "universal-apple-darwin"
1414icons = [" icons/*.png" ]
1515
1616[package .metadata .packager .macos ]
17- signing_identity = " Developer ID Application: Matthias Grandl (LJ9UB62BK7)"
1817entitlements = " macos/entitlements.plist"
1918
2019# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
You can’t perform that action at this time.
0 commit comments