Skip to content

Commit

Permalink
Better named mac binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
XapaJIaMnu authored Dec 13, 2021
1 parent a85466d commit 0754b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
shell: bash
run: |
echo "arch=`../dist/cpu_feature.sh`" >> $GITHUB_ENV
mv translateLocally.dmg translateLocally.`../dist/cpu_feature.sh`.dmg
mv translateLocally.dmg translateLocally.${{ matrix.os }}.${{ env.arch }}.dmg
ls *.dmg
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 0754b6b

Please sign in to comment.