Skip to content

Commit 7c261dc

Browse files
committed
fixup! fixup! release: create initial Windows installer build workflow
Ensure that we don't clobber existing directory with the checkout, which in this instance contains downloaded artifacts! Signed-off-by: Matthew John Cheetham <[email protected]>
1 parent 3d2c719 commit 7c261dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,12 @@ jobs:
228228
- name: Check out repository (for akv-secret Action)
229229
if: env.DO_WIN_CODESIGN == 'true'
230230
uses: actions/checkout@v4
231+
with:
232+
path: git
231233
- name: Download code signing secrets
232234
id: codesign-secrets
233235
if: env.DO_WIN_CODESIGN == 'true'
234-
uses: ./.github/actions/akv-secret
236+
uses: ./git/.github/actions/akv-secret
235237
with:
236238
vault: ${{ secrets.AZURE_VAULT }}
237239
secrets: |

0 commit comments

Comments
 (0)