Skip to content

Commit

Permalink
Use different names for 32 and 64 bits release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed May 21, 2023
1 parent 28350c1 commit 9c45020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
- name: Archive Release
uses: thedoctor0/[email protected]
with:
filename: "enchant.zip"
filename: "enchant-${{matrix.env}}.zip"
directory: dist
- name: Upload Release
uses: ncipollo/[email protected]
with:
artifacts: "dist/enchant.zip"
artifacts: "dist/enchant-${{matrix.env}}.zip"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9c45020

Please sign in to comment.