mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-14 12:32:27 -04:00
Compare commits
3 Commits
ec4d14be3f
...
87a3d9dea7
Author | SHA1 | Date | |
---|---|---|---|
|
87a3d9dea7 | ||
|
c0b8620baa | ||
|
4b714dfaa5 |
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user