From 189d5e296bc1d2fcc5399367dd5fe4a47c45c1c4 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sat, 30 May 2026 12:04:02 -0700 Subject: [PATCH] ci: remove artifact uploads during windows build Resolves issues with artifact storage being full --- .github/workflows/build-windows.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 6122c3a..f8482c3 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -78,21 +78,3 @@ jobs: shell: pwsh working-directory: . run: gsutil setmeta -h "Cache-Control:no-cache, no-store, must-revalidate" gs://flowy-releases/llink/win32/x64/RELEASES - - - name: Upload installers (debug artifact) - if: always() - uses: actions/upload-artifact@v4 - with: - name: flowy-llink-windows-signed - path: js/desktop/out/make/**/* - if-no-files-found: warn - - # When Squirrel reports a generic "Failed to sign", the real error from - # @electron/windows-sign is written to this log by the fake signtool stub. - - name: Upload signing log (on failure) - if: failure() - uses: actions/upload-artifact@v4 - with: - name: electron-windows-sign-log - path: js/desktop/node_modules/electron-winstaller/vendor/electron-windows-sign.log - if-no-files-found: ignore