We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da63ae3 commit 0318856Copy full SHA for 0318856
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Download all workflow run artifacts
38
uses: actions/download-artifact@v3
39
- name: Compress windows build
40
- run: powershell Compress-Archive windows-build FontBuilder-windows.zip
+ run: zip -r FontBuilder-windows.zip windows-build
41
- uses: "marvinpinto/action-automatic-releases@latest"
42
with:
43
title: "Release : ${{ github.ref_name }}"
0 commit comments