Skip to content

Commit

Permalink
Remove unzip step, as it appears we get a .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
srcejon committed Dec 2, 2024
1 parent ec4d14b commit 4b714df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b714df

Please sign in to comment.