Skip to content

Commit 2bcfeb3

Browse files
Fix: 7zコマンドを使う用に
1 parent d9f0546 commit 2bcfeb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
cp coeiroink-v2-bridge ./build_resources/ || true
3636
cp providers/icon.png ./build_resources/
3737
cd build_resources
38-
compress-archive * ../coeiroink-bridge-${{ github.ref_name }}-${{ matrix.name }}.vvpp
38+
7z a -tzip coeiroink-bridge-${{ github.ref_name }}-${{ matrix.name }}.zip *
39+
mv coeiroink-bridge-${{ github.ref_name }}-${{ matrix.name }}.zip coeiroink-bridge-${{ github.ref_name }}-${{ matrix.name }}.vvpp
3940
4041
- name: Create Release
4142
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)