From e6127fd7d201f34a72aecd4e5914e7eeeabf8845 Mon Sep 17 00:00:00 2001 From: funnycups <105932603+funnycups@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:04:45 +0800 Subject: [PATCH] Packing petto.app. --- .github/workflows/build_macos.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index 02ceee9..8ee59c5 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -26,11 +26,8 @@ jobs: - name: Build macOS run: flutter build macos --release - - name: zip files - run: zip -r build/macos/Build/Products/Release/petto.app.zip build/macos/Build/Products/Release/petto.app - - name: Archive macOS build uses: actions/upload-artifact@v4 with: name: macos-build - path: build/macos/Build/Products/Release/petto.app.zip \ No newline at end of file + path: build/macos/Build/Products/Release/petto.app \ No newline at end of file