Skip to content

Commit

Permalink
rename script for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Mar 16, 2024
1 parent 0202515 commit 4555854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo PACKAGE_VERSION=$(node -p -e "require('./package.json').version") >> $GITHUB_ENV || exit 1
- name: Build
run: npm run build:macos
run: npm run build:mac

- name: Compress
run: zip -9 -j ${{ env.PACKAGE_NAME }}-macos-x64.zip ./build/mac/${{ env.PACKAGE_NAME }}
Expand Down

0 comments on commit 4555854

Please sign in to comment.