mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
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:
15
.github/workflows/build-macos.yml
vendored
15
.github/workflows/build-macos.yml
vendored
@ -43,6 +43,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: macOS-${{ matrix.arch }}
|
name: macOS-${{ matrix.arch }}
|
||||||
path: macOS-${{ matrix.arch }}.zip
|
path: macOS-${{ matrix.arch }}.zip
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
universal-binary:
|
universal-binary:
|
||||||
name: Universal binary
|
name: Universal binary
|
||||||
@ -75,10 +76,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: macOS-universal
|
name: macOS-universal
|
||||||
path: macOS-universal.zip
|
path: macOS-universal.zip
|
||||||
- name: Clean up architecture-specific artifacts
|
# - name: Clean up architecture-specific artifacts
|
||||||
uses: geekyeggo/delete-artifact@v4
|
# uses: geekyeggo/delete-artifact@v4
|
||||||
with:
|
# with:
|
||||||
failOnError: false
|
# failOnError: false
|
||||||
name: |
|
# name: |
|
||||||
macOS-x86_64
|
# macOS-x86_64
|
||||||
macOS-arm64
|
# macOS-arm64
|
||||||
|
Reference in New Issue
Block a user