mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-22 16:42:51 +00:00
CI: dont upload macos artifacts (#6121)
This commit is contained in:
parent
fd0430e079
commit
30831e6367
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -77,13 +77,6 @@ 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:
|
||||
|
|
Loading…
Reference in a new issue