File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments