Skip to content

Commit

Permalink
git: Fix MacOS packaging workflow in PRs (#1601)
Browse files Browse the repository at this point in the history
Fix GeekyEggo/delete-artifact failing in PRs

GeekyEggo/delete-artifact#25
  • Loading branch information
iTrooz authored Mar 21, 2024
1 parent e56b34f commit f5987fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5987fd

Please sign in to comment.