mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-14 04:22:28 -04:00
Remove unzip step, as it appears we get a .exe
This commit is contained in:
parent
ec4d14be3f
commit
4b714dfaa5
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
@ -104,11 +104,6 @@ jobs:
|
|||||||
wait-for-completion: true
|
wait-for-completion: true
|
||||||
output-artifact-directory: 'build\signed'
|
output-artifact-directory: 'build\signed'
|
||||||
wait-for-completion-timeout-in-seconds: 1800
|
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
|
|
||||||
- name: Upload signed artifact
|
- name: Upload signed artifact
|
||||||
id: upload-signed-artifact
|
id: upload-signed-artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user