chore: auto-update github workflows

This commit is contained in:
CI workflows
2025-05-29 12:31:31 +00:00
parent 6ad218f354
commit 25060c1477
5 changed files with 5 additions and 32 deletions

View File

@@ -104,6 +104,11 @@ 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: |