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: