Revert "ci: Disable uploading final macOS artifacts until ready to resume producing."
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -130,11 +130,11 @@ jobs:
|
|||||||
run: ./.ci/macos/universal.sh
|
run: ./.ci/macos/universal.sh
|
||||||
env:
|
env:
|
||||||
ARTIFACTS: macos-x86_64 macos-arm64
|
ARTIFACTS: macos-x86_64 macos-arm64
|
||||||
# - name: Upload
|
- name: Upload
|
||||||
# uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
# with:
|
with:
|
||||||
# name: macos
|
name: macos
|
||||||
# path: artifacts/
|
path: artifacts/
|
||||||
- name: Delete intermediate artifacts
|
- name: Delete intermediate artifacts
|
||||||
uses: geekyeggo/delete-artifact@v2
|
uses: geekyeggo/delete-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user