File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,9 @@ jobs:
112112 env :
113113 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
114114 BUILD_MANIFEST_NAME : target/distrib/${{ join(matrix.targets, '-') }}-dist-manifest.json
115+ CODESIGN_CERTIFICATE : ${{ secrets.CODESIGN_CERTIFICATE }}
116+ CODESIGN_CERTIFICATE_PASSWORD : ${{ secrets.CODESIGN_CERTIFICATE_PASSWORD }}
117+ CODESIGN_IDENTITY : ${{ secrets.CODESIGN_IDENTITY }}
115118 steps :
116119 - name : enable windows longpaths
117120 run : |
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ install-path = "CARGO_HOME"
1717install-updater = false
1818# Build only the required packages, and individually
1919precise-builds = true
20+ # Whether to sign macOS executables
21+ macos-sign = true
2022
2123[dist .github-custom-runners ]
2224aarch64-apple-darwin = " macos-14"
You can’t perform that action at this time.
0 commit comments