ci: Re-enable macOS artifact upload. (#6646)

This commit is contained in:
Steveice10 2023-09-12 15:33:23 -07:00 committed by GitHub
parent dfa2fd0e0d
commit ee3eab5054
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: