File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -134,9 +134,8 @@ jobs:
134
134
run : |
135
135
cd ${{ runner.workspace }}/MINI404/build
136
136
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/
140
139
tar -jhcvf Mini404-dev-macos.tar.bz2 Mini404-dev-macos
141
140
142
141
- name : Upload artifact
@@ -192,7 +191,7 @@ jobs:
192
191
ninja
193
192
shell : msys2 {0}
194
193
- name : Assemble artifacts and libraries
195
- # if: ${{ !github.event.pull_request }}
194
+ if : ${{ !github.event.pull_request }}
196
195
run : |
197
196
cd build
198
197
mkdir Mini404-dev-w64
@@ -206,7 +205,7 @@ jobs:
206
205
shell : msys2 {0}
207
206
208
207
- name : Upload Cygwin artifact
209
- # if: ${{ !github.event.pull_request }}
208
+ if : ${{ !github.event.pull_request }}
210
209
uses : actions/upload-artifact@v2
211
210
with :
212
211
name : Binaries
You can’t perform that action at this time.
0 commit comments