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

@@ -116,14 +116,6 @@ 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: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Print content of notarization-error.log
if: failure() && matrix.os == 'macos-14'
run: |