forked from rrthomas/enchant
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use different names for 32 and 64 bits release
- Loading branch information
1 parent
28350c1
commit 9c45020
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} |