mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Update macos.yml
This commit is contained in:
parent
696316f709
commit
6b97fda04c
1 changed files with 0 additions and 3 deletions
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
@ -38,9 +38,6 @@ jobs:
|
|||
# Build Project
|
||||
- name: Run Ninja
|
||||
run: cd build && ninja -j4
|
||||
# Configure Dolphin
|
||||
- name: Configure Dolphin
|
||||
run: cd build && mkdir Binaries/OUT/ && cp -r Binaries/Dolphin.app Binaries/OUT/ && cp -r ../Data/Sys/ Binaries/OUT/Dolphin.app/Contents/Resources && cp -r ../Data/User/ Binaries/OUT/Dolphin.app/Contents/Resources && touch Binaries/OUT/portable.txt
|
||||
# Upload Artifact
|
||||
- name: Upload Build Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue