chore: auto-update github workflows

This commit is contained in:
CI workflows
2025-05-29 12:40:42 +00:00
parent f405124ce4
commit 1794b86041
4 changed files with 32 additions and 0 deletions

View File

@@ -113,6 +113,14 @@ jobs:
with:
name: ${{ matrix.os }}
path: artifacts
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: artifacts/**
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Print content of notarization-error.log
if: failure() && matrix.os == 'macos-14'
run: |