We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fded7 commit 7de8809Copy full SHA for 7de8809
2 files changed
.github/workflows/build-test.yml
@@ -214,7 +214,6 @@ jobs:
214
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
215
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
216
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
217
- TAURI_SKIP_SIDECAR_SIGNATURE_CHECK: "true"
218
with:
219
args: --target ${{ matrix.target }}
220
.github/workflows/release.yml
@@ -180,6 +180,8 @@ jobs:
180
181
# Enable signing and notarization for macOS
182
183
+ with:
184
+ args: --target ${{ matrix.target }}
185
186
- name: Rename And upload Updater(MacOS)
187
if: matrix.target == 'x86_64-apple-darwin' || matrix.target == 'aarch64-apple-darwin'
0 commit comments