delete-artifact keeps failing PR CI even when you tell it not to fail on error so I guess we're just not using it.

This commit is contained in:
Nadia Holmquist Pedersen 2024-02-13 20:15:03 +01:00
parent 646ed3cb32
commit 3415e23105
1 changed files with 8 additions and 7 deletions

View File

@ -43,6 +43,7 @@ jobs:
with:
name: macOS-${{ matrix.arch }}
path: macOS-${{ matrix.arch }}.zip
retention-days: 1
universal-binary:
name: Universal binary
@ -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