Skip to content

Commit

Permalink
Merge pull request #2344 from srcejon/win_code_sign
Browse files Browse the repository at this point in the history
Windows code signing update
  • Loading branch information
f4exb authored Dec 2, 2024
2 parents ec4d14b + c0b8620 commit 87a3d9d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,7 @@ jobs:
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
wait-for-completion: true
output-artifact-directory: 'build\signed'
wait-for-completion-timeout-in-seconds: 1800
- name: Unzip signed artifact
run: |
dir ${{ github.workspace }}\build\signed
cd ${{ github.workspace }}\build\signed
7z x sdrangel-${{ steps.get_version.outputs.version }}-win64.exe.zip
wait-for-completion-timeout-in-seconds: 3600
- name: Upload signed artifact
id: upload-signed-artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 87a3d9d

Please sign in to comment.