From ee3eab5054aabfb37626d808ac3d9843a20568ad Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:33:23 -0700 Subject: [PATCH] ci: Re-enable macOS artifact upload. (#6646) --- .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 b554c6058..c8b6333e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,11 +130,11 @@ jobs: ARTIFACTS: ${{ env.OS }}-x86_64 ${{ env.OS }}-arm64 - name: Pack run: ./.ci/pack.sh -# - name: Upload -# uses: actions/upload-artifact@v3 -# with: -# name: ${{ env.OS }}-${{ env.TARGET }} -# path: artifacts/ + - name: Upload + uses: actions/upload-artifact@v3 + with: + name: ${{ env.OS }}-${{ env.TARGET }} + path: artifacts/ windows: runs-on: windows-latest strategy: