Skip to content

Commit

Permalink
fix create zip
Browse files Browse the repository at this point in the history
  • Loading branch information
andryblack committed Mar 11, 2023
1 parent da63ae3 commit 0318856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
- name: Compress windows build
run: powershell Compress-Archive windows-build FontBuilder-windows.zip
run: zip -r FontBuilder-windows.zip windows-build
- uses: "marvinpinto/action-automatic-releases@latest"
with:
title: "Release : ${{ github.ref_name }}"
Expand Down

0 comments on commit 0318856

Please sign in to comment.