Revert "ci: Disable uploading final macOS artifacts until ready to resume producing."

This commit is contained in:
Steveice10
2023-03-03 17:58:26 +02:00
committed by GPUCode
parent 2384c8f811
commit 3f0bcf5913

View File

@ -130,11 +130,11 @@ jobs:
run: ./.ci/macos/universal.sh
env:
ARTIFACTS: macos-x86_64 macos-arm64
# - name: Upload
# uses: actions/upload-artifact@v3
# with:
# name: macos
# path: artifacts/
- name: Upload
uses: actions/upload-artifact@v3
with:
name: macos
path: artifacts/
- name: Delete intermediate artifacts
uses: geekyeggo/delete-artifact@v2
with: