1
0
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:
Jon Beniston 2024-12-02 13:46:56 +00:00
parent ec4d14be3f
commit 4b714dfaa5

View File

@ -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