Skip to content

Commit e730d37

Browse files
committed
fixup! fixup! build-git-installers: publish gpg public key
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 ca38143 commit e730d37

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
@@ -844,9 +844,11 @@ jobs:
844844

845845
- name: Check out repository (for akv-secret Action)
846846
uses: actions/checkout@v4
847+
with:
848+
path: git
847849

848850
- name: Download Linux GPG public key signature file
849-
uses: ./.github/actions/akv-secret
851+
uses: ./git/.github/actions/akv-secret
850852
with:
851853
vault: ${{ secrets.AZURE_VAULT }}
852854
secrets: |

0 commit comments

Comments
 (0)