From d30fddba40c6ceb4bdcf29f1d4f4e22c9121ff29 Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Sun, 25 Jan 2026 01:02:58 +0800 Subject: [PATCH 1/2] action: fix the release action --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eaead03..f1bff79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,10 +31,6 @@ jobs: target: aarch64-apple-darwin os: darwin arch: aarch64 - - platform: macos-14 - target: x86_64-apple-darwin - os: darwin - arch: x86_64 - platform: ubuntu-22.04 target: x86_64-unknown-linux-gnu os: linux From 4fcc98c88898daf970d9e28faeeda03740215f17 Mon Sep 17 00:00:00 2001 From: tomsun28 Date: Sun, 25 Jan 2026 01:14:23 +0800 Subject: [PATCH 2/2] action: fix the release action --- .github/workflows/release.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1bff79..ec4331e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -223,17 +223,6 @@ jobs: echo "Updater artifact: $NEW_TAR_GZ" fi - # Create zip from .app for direct download - APP_PATH=$(find "$BUNDLE_DIR" -maxdepth 1 -name "*.app" -type d 2>/dev/null | head -1 || true) - if [ -n "$APP_PATH" ]; then - APP_NAME_BASE=$(basename "$APP_PATH") - NEW_ZIP="${APP_NAME}-${VERSION}-darwin-${{ matrix.arch }}.zip" - cd "$(dirname "$APP_PATH")" - ditto -c -k --sequesterRsrc --keepParent "$APP_NAME_BASE" "$NEW_ZIP" - mv "$NEW_ZIP" "$GITHUB_WORKSPACE/release-assets/" - echo "App zip: $NEW_ZIP" - fi - # Copy DMG if exists DMG=$(find "desktop/src-tauri/target/${{ matrix.target }}/release/bundle/dmg" -name "*.dmg" 2>/dev/null | head -1 || true) if [ -n "$DMG" ]; then