Revert "CI: dont upload macos artifacts (#6121)"

This reverts commit 30831e6367.
This commit is contained in:
GPUCode
2022-11-03 07:12:54 +02:00
parent 01af8e3f2c
commit 3dd74c69c5

View File

@ -95,6 +95,13 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: "10.13"
ENABLE_COMPATIBILITY_REPORTING: "ON"
- name: Pack
run: ./.ci/macos/upload.sh
- name: Upload
uses: actions/upload-artifact@v3
with:
name: macos
path: artifacts/
windows:
runs-on: windows-latest
steps: