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: |