Skip to content

Commit f9bc6c2

Browse files
committed
fixup! fixup! release: add signing step for .deb package
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 5aee61e commit f9bc6c2

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
@@ -666,10 +666,12 @@ jobs:
666666

667667
- name: Check out repository (for akv-secret Action)
668668
uses: actions/checkout@v4
669+
with:
670+
path: git
669671

670672
- name: Download GPG secrets
671673
id: gpg-secrets
672-
uses: ./.github/actions/akv-secret
674+
uses: ./git/.github/actions/akv-secret
673675
with:
674676
vault: ${{ secrets.AZURE_VAULT }}
675677
secrets: |

0 commit comments

Comments
 (0)