Skip to content

Commit 4f24834

Browse files
authored
Update nightly_win_lin.yml
1 parent b99e589 commit 4f24834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly_win_lin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
wget https://buildbot.libretro.com/nightly/windows/x86_64/latest/stella_libretro.dll.zip && unzip -o stella_libretro.dll.zip && rm stella_libretro.dll.zip && echo https://github.com/stella-emu/stella >> stella_libretro-SOURCE.txt && wget https://raw.githubusercontent.com/stella-emu/stella/master/License.txt && mv License.txt stella_libretro-LICENSE.txt
9494
wget http://buildbot.libretro.com/nightly/windows/x86_64/latest/sameboy_libretro.dll.zip && unzip -o sameboy_libretro.dll.zip && rm sameboy_libretro.dll.zip && echo https://github.com/libretro/SameBoy >> sameboy_libretro-SOURCE.txt && wget https://raw.githubusercontent.com/libretro/SameBoy/buildbot/LICENSE && mv LICENSE sameboy_libretro-LICENSE.txt
9595
- name: Zip it up!
96-
run: 7z a -mx=9 -x'!README.md' -x'!LICENSE' cores.7z *
96+
run: 7z a -mx=9 -x'!README.md' -x'!LICENSE' windows_cores.7z *
9797
- name: Upload Windows assets bundle
9898
uses: actions/upload-artifact@v2
9999
with:
@@ -128,7 +128,7 @@ jobs:
128128
wget https://buildbot.libretro.com/nightly/linux/x86_64/latest/stella_libretro.so.zip && unzip -o stella_libretro.so.zip && rm stella_libretro.so.zip && echo https://github.com/stella-emu/stella >> stella_libretro-SOURCE.txt && wget https://raw.githubusercontent.com/stella-emu/stella/master/License.txt && mv License.txt stella_libretro-LICENSE.txt
129129
wget http://buildbot.libretro.com/nightly/linux/x86_64/latest/sameboy_libretro.so.zip && unzip -o sameboy_libretro.so.zip && rm sameboy_libretro.so.zip && echo https://github.com/libretro/SameBoy >> sameboy_libretro-SOURCE.txt && wget https://raw.githubusercontent.com/libretro/SameBoy/buildbot/LICENSE && mv LICENSE sameboy_libretro-LICENSE.txt
130130
- name: Zip it up!
131-
run: 7z a -mx=9 -x'!README.md' -x'!LICENSE' cores.7z *
131+
run: 7z a -mx=9 -x'!README.md' -x'!LICENSE' linux_cores.7z *
132132
- name: Upload Linux assets bundle
133133
uses: actions/upload-artifact@v2
134134
with:

0 commit comments

Comments
 (0)