Skip to content

Commit

Permalink
delete-artifact keeps failing PR CI even when you tell it not to fail…
Browse files Browse the repository at this point in the history
… on error so I guess we're just not using it.
  • Loading branch information
nadiaholmquist committed Feb 13, 2024
1 parent 646ed3c commit 3415e23
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
name: macOS-${{ matrix.arch }}
path: macOS-${{ matrix.arch }}.zip
retention-days: 1

universal-binary:
name: Universal binary
Expand Down Expand Up @@ -75,10 +76,10 @@ jobs:
with:
name: macOS-universal
path: macOS-universal.zip
- name: Clean up architecture-specific artifacts
uses: geekyeggo/delete-artifact@v4
with:
failOnError: false
name: |
macOS-x86_64
macOS-arm64
# - name: Clean up architecture-specific artifacts
# uses: geekyeggo/delete-artifact@v4
# with:
# failOnError: false
# name: |
# macOS-x86_64
# macOS-arm64

0 comments on commit 3415e23

Please sign in to comment.