Skip to content

Commit 7de8809

Browse files
committed
ci: add target args
1 parent 27fded7 commit 7de8809

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ jobs:
214214
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
215215
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
216216
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
217-
TAURI_SKIP_SIDECAR_SIGNATURE_CHECK: "true"
218217
with:
219218
args: --target ${{ matrix.target }}
220219

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ jobs:
180180
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
181181
# Enable signing and notarization for macOS
182182
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
183+
with:
184+
args: --target ${{ matrix.target }}
183185

184186
- name: Rename And upload Updater(MacOS)
185187
if: matrix.target == 'x86_64-apple-darwin' || matrix.target == 'aarch64-apple-darwin'

0 commit comments

Comments
 (0)