Skip to content

Commit 0318856

Browse files
committed
fix create zip
1 parent da63ae3 commit 0318856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Download all workflow run artifacts
3838
uses: actions/download-artifact@v3
3939
- name: Compress windows build
40-
run: powershell Compress-Archive windows-build FontBuilder-windows.zip
40+
run: zip -r FontBuilder-windows.zip windows-build
4141
- uses: "marvinpinto/action-automatic-releases@latest"
4242
with:
4343
title: "Release : ${{ github.ref_name }}"

0 commit comments

Comments
 (0)