Skip to content

Commit

Permalink
Update macos-m1-debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen authored Nov 8, 2024
1 parent 3440eb5 commit feaded2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/macos-m1-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ jobs:
cd gui
yarn install
NODE_OPTIONS="--max-old-space-size=4096" yarn build:apps
git fetch --tags
yarn build-ztm-macos
NODE_OPTIONS="--max-old-space-size=4096" yarn build:debug
- name: Rename
run: mv ./gui/src-tauri/target/debug/bundle/dmg/ztm_${{ vars.APP_VERSION }}_aarch64.dmg ./gui/src-tauri/target/debug/bundle/dmg/ztm-app-v${{ vars.APP_VERSION }}-macos-arm64.dmg

- uses: actions/upload-artifact@v3
with:
name: release
path: ./gui/src-tauri/target/debug/bundle/dmg/ztm_${{ vars.APP_VERSION }}_aarch64.dmg
name: ztm-app-v${{ vars.APP_VERSION }}-macos-arm64
path: ./gui/src-tauri/target/debug/bundle/dmg/ztm-app-v${{ vars.APP_VERSION }}-macos-arm64.dmg

0 comments on commit feaded2

Please sign in to comment.