Skip to content

Commit

Permalink
Windows - Take 14
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Feb 18, 2024
1 parent cba7104 commit 1aa820b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_prusa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,10 @@ jobs:
- name: Pack app
if: inputs.os == 'windows-latest'
working-directory: ${{ github.workspace }}/build/src/Release
shell: cmd
run: |
dir
7z a -tzip {{ github.workspace }}\build\PrusaSlicer-${{ env.ver }}+win64-${{ env.date }}.zip resources *.exe *.dll
7z a -tzip ${{ github.workspace }}\build\PrusaSlicer-${{ env.ver }}+win64-${{ env.date }}.zip resources *.exe *.dll
- name: Upload artifacts Win zip
if: inputs.os == 'windows-latest'
Expand Down

0 comments on commit 1aa820b

Please sign in to comment.