Skip to content

Commit

Permalink
Use compress-archive in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 6, 2024
1 parent 034e234 commit 455057b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:

- name: Package win-x86 artifact
if: matrix.os == 'windows-latest'
run: zip -r MiriVoice-win-x86.zip Mirivoice.Desktop/bin/win-x86
run: CCompress-Archive -Path Mirivoice.Desktop/bin/win-x86/* -DestinationPath MiriVoice-win-x86.zip

- name: Package win-x64 artifact
if: matrix.os == 'windows-latest'
run: zip -r MiriVoice-win-x64.zip Mirivoice.Desktop/bin/win-x64
run: Compress-Archive -Path Mirivoice.Desktop/bin/win-x64/* -DestinationPath MiriVoice-win-x64.zip

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 455057b

Please sign in to comment.