mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-22 20:28:58 -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
|
||||
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
|
||||
- name: Upload signed artifact
|
||||
id: upload-signed-artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
Reference in New Issue
Block a user