From 3f0bcf5913468d3e907afaf6851a069dec4aaab3 Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Fri, 3 Mar 2023 17:58:26 +0200 Subject: [PATCH] Revert "ci: Disable uploading final macOS artifacts until ready to resume producing." --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 469437d9f..c2f9335ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: