diff options
author | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2024-02-13 20:15:03 +0100 |
---|---|---|
committer | Nadia Holmquist Pedersen <nadia@nhp.sh> | 2024-02-13 20:15:03 +0100 |
commit | 3415e23105cf92dd34e566fbb6215cc2abaaef18 (patch) | |
tree | 1f02943edd1a743fc7e0055b4abfa2563b23fb7d | |
parent | 646ed3cb321633a430ae9cbc6428177d132378f5 (diff) |
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.
-rw-r--r-- | .github/workflows/build-macos.yml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 349f99d..1d4b917 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -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 |