Skip to content

Commit

Permalink
windowsのzipコマンド代わりをCompress-Archiveではなく7zコマンドを使う (VOICEVOX#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Jan 10, 2023
1 parent a787f6d commit 63d5edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Archive artifact (Windows)
if: contains(matrix.os, 'windows')
run: |
powershell Compress-Archive -Path "artifact/${{ env.ASSET_NAME }}" -DestinationPath "${{ env.ASSET_NAME }}.zip"
7z a "${{ env.ASSET_NAME }}.zip" "artifact/${{ env.ASSET_NAME }}"
- name: Upload to Release
if: env.VERSION != 'DEBUG' && env.SKIP_UPLOADING_RELEASE_ASSET == '0'
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 63d5edf

Please sign in to comment.