Skip to content

Commit 6a70c5e

Browse files
committed
Fix build for macos
1 parent ee1bc68 commit 6a70c5e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@ jobs:
134134
run: |
135135
cd ${{ runner.workspace }}/MINI404/build
136136
mv buddy-softmmu Mini404-dev-macos
137-
mv assets Mini404-dev-macos
138-
mkdir Mini404-dev-macos/pc-bios
139-
mv pc-bios/keymaps Mini404-dev-macos/pc-bios/
137+
mkdir Mini404-dev-macos/pc-bios
138+
mv pc-bios/keymaps Mini404-dev-macos/pc-bios/
140139
tar -jhcvf Mini404-dev-macos.tar.bz2 Mini404-dev-macos
141140
142141
- name: Upload artifact
@@ -192,7 +191,7 @@ jobs:
192191
ninja
193192
shell: msys2 {0}
194193
- name: Assemble artifacts and libraries
195-
# if: ${{ !github.event.pull_request }}
194+
if: ${{ !github.event.pull_request }}
196195
run: |
197196
cd build
198197
mkdir Mini404-dev-w64
@@ -206,7 +205,7 @@ jobs:
206205
shell: msys2 {0}
207206

208207
- name: Upload Cygwin artifact
209-
# if: ${{ !github.event.pull_request }}
208+
if: ${{ !github.event.pull_request }}
210209
uses: actions/upload-artifact@v2
211210
with:
212211
name: Binaries

0 commit comments

Comments
 (0)