Skip to content

Commit

Permalink
fix issue with windows packing
Browse files Browse the repository at this point in the history
  • Loading branch information
krogenth committed Jul 16, 2023
1 parent 2fb72ee commit 82a294b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ jobs:
- name: Pack Windows Build
if : matrix.os == 'windows-latest'
run: |
pushd ./${{ env.PUBLISH_DIRECTORY }}
7z a ../${{ env.RELEASE_DIRECTORY }}/G2DataGUI-${{ steps.version_info.outputs.build_version }}-win_x64.zip publish
popd
7z a ./${{ env.RELEASE_DIRECTORY }}/G2DataGUI-${{ steps.version_info.outputs.build_version }}-win_x64.zip ./${{ env.PUBLISH_DIRECTORY }}
shell: bash

- name: Push Release
Expand Down

0 comments on commit 82a294b

Please sign in to comment.