Auto commit: 2026-06-13 17:50:02

This commit is contained in:
2026-06-13 17:50:02 +08:00
parent 79e0a862d4
commit a700cc983e
2 changed files with 27 additions and 5 deletions

View File

@@ -41,13 +41,9 @@ echo "✅ 桌面應用程式打包完成"
# 6. 檢查輸出
echo ""
echo "📂 Step 6: 檢查輸出..."
ls -lh src-tauri/target/release/bundle/ 2>/dev/null || echo "找不到 bundle 目錄"
ls -lh src-tauri/target/release/bundle/dmg/*.dmg 2>/dev/null || echo "找不到 DMG"
echo ""
echo "========================================="
echo " ✅ CI/CD Pipeline 完成"
echo "========================================="
echo ""
echo "輸出位置:"
echo " macOS: src-tauri/target/release/bundle/macos/"
echo " 其他: src-tauri/target/release/bundle/"