Skip to content

Commit

Permalink
Change macOS build name to universal for better clarity that it can r…
Browse files Browse the repository at this point in the history
…un on any mac chipset
  • Loading branch information
walidkayhan committed Mar 8, 2024
1 parent f683254 commit d982407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
PACKAGE_VERSION=`node -e "console.log(require('./src/package.json').version)"`
mkdir -p releases/macos
ls -al output
cp -af "output/${PACKAGE_NAME}-${PACKAGE_VERSION}-x64.dmg" "releases/macos/gSender-${PACKAGE_VERSION}-Mac-Intel-64Bit.dmg"
cp -af "output/${PACKAGE_NAME}-${PACKAGE_VERSION}-universal.dmg" "releases/macos/gSender-${PACKAGE_VERSION}-Mac-Universal.dmg"
ls -al output releases/macos
if [[ "$GITHUB_REF_TYPE" == "branch" && "$GITHUB_REF_NAME" == "master" ]]; then
yarn github-release delete \
Expand Down

0 comments on commit d982407

Please sign in to comment.