Skip to content

Commit a080af0

Browse files
committed
disable signin step cache to prevent race condition in deployment
1 parent 8f8b3ea commit a080af0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-release-artifacts.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,15 @@ jobs:
233233
uses: Azure/artifact-signing-action@v2
234234
with:
235235
endpoint: ${{ env.WINDOWS_SIGNING_ENDPOINT }}
236-
trusted-signing-account-name: ${{ env.WINDOWS_SIGNING_ACCOUNT_NAME }}
236+
signing-account-name: ${{ env.WINDOWS_SIGNING_ACCOUNT_NAME }}
237237
certificate-profile-name: ${{ env.WINDOWS_SIGNING_PROFILE_NAME }}
238238
files-folder: ${{ github.workspace }}\target\release
239239
files-folder-filter: gitcomet.exe
240240
file-digest: SHA256
241241
timestamp-rfc3161: ${{ env.WINDOWS_SIGNING_TIMESTAMP_RFC3161 }}
242242
timestamp-digest: SHA256
243243
append-signature: false
244+
cache-dependencies: false
244245

245246
- name: Verify signed Windows release binary
246247
shell: pwsh
@@ -310,14 +311,15 @@ jobs:
310311
uses: Azure/artifact-signing-action@v2
311312
with:
312313
endpoint: ${{ env.WINDOWS_SIGNING_ENDPOINT }}
313-
trusted-signing-account-name: ${{ env.WINDOWS_SIGNING_ACCOUNT_NAME }}
314+
signing-account-name: ${{ env.WINDOWS_SIGNING_ACCOUNT_NAME }}
314315
certificate-profile-name: ${{ env.WINDOWS_SIGNING_PROFILE_NAME }}
315316
files-folder: ${{ github.workspace }}\dist
316317
files-folder-filter: gitcomet-v${{ env.VERSION }}-windows-${{ env.ARTIFACT_ARCH }}.msi
317318
file-digest: SHA256
318319
timestamp-rfc3161: ${{ env.WINDOWS_SIGNING_TIMESTAMP_RFC3161 }}
319320
timestamp-digest: SHA256
320321
append-signature: false
322+
cache-dependencies: false
321323

322324
- name: Verify signed Windows MSI installer
323325
shell: pwsh

0 commit comments

Comments
 (0)