From 42483266973e905c78808ea48ed46d6ae1330f61 Mon Sep 17 00:00:00 2001 From: CI workflows Date: Wed, 11 Jun 2025 12:41:59 +0000 Subject: [PATCH] chore: auto-update github workflows --- .github/workflows/build-app-check.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-app-check.yaml b/.github/workflows/build-app-check.yaml index d59b10815..6ee1a1e6c 100644 --- a/.github/workflows/build-app-check.yaml +++ b/.github/workflows/build-app-check.yaml @@ -104,11 +104,6 @@ jobs: mv app/dist/*.yml artifacts/ || true rm artifacts/builder-debug.yml - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: ${{ matrix.os }} - path: artifacts - name: Print content of notarization-error.log if: failure() && matrix.os == 'macos-14' run: |