mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
build: sign path setup 2
This commit is contained in:
parent
d0371971b3
commit
8eaf17f971
1 changed files with 1 additions and 1 deletions
2
.github/workflows/signpath-code-signing.yml
vendored
2
.github/workflows/signpath-code-signing.yml
vendored
|
|
@ -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 }}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue