From 8eaf17f971e68aba2fcecc97f59ef79fb48dcc9a Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Wed, 28 Jan 2026 11:59:44 +0100 Subject: [PATCH] build: sign path setup 2 --- .github/workflows/signpath-code-signing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/signpath-code-signing.yml b/.github/workflows/signpath-code-signing.yml index 6bd674d0e6..48f41a10e9 100644 --- a/.github/workflows/signpath-code-signing.yml +++ b/.github/workflows/signpath-code-signing.yml @@ -23,7 +23,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | New-Item -ItemType Directory -Force -Path .tmp/app-builds | Out-Null - gh release download "${{ inputs.tag }}" --dir ".tmp/app-builds" --pattern "*.exe" --pattern "*.blockmap" --pattern "latest*.yml" + gh release download "${{ inputs.tag }}" --repo "${{ github.repository }}" --dir ".tmp/app-builds" --pattern "*.exe" --pattern "*.blockmap" --pattern "latest*.yml" if (-not (Get-ChildItem -Path .tmp/app-builds -Filter *.exe)) { Write-Error "No .exe assets found for tag ${{ inputs.tag }}" }