git: Fix MacOS packaging workflow in PRs (#1601)
Fix GeekyEggo/delete-artifact failing in PRs https://github.com/GeekyEggo/delete-artifact/issues/25
This commit is contained in:
parent
e56b34f174
commit
f5987fde5a
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -287,9 +287,8 @@ jobs:
|
||||
path: out
|
||||
|
||||
- name: 🗑️ Delete artifact
|
||||
uses: geekyeggo/delete-artifact@v4
|
||||
uses: geekyeggo/delete-artifact@v5
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
name: macos_arm64_intermediate
|
||||
|
||||
- name: ✒️ Fix Signature
|
||||
|
Loading…
x
Reference in New Issue
Block a user