File tree 5 files changed +31
-4
lines changed
5 files changed +31
-4
lines changed Original file line number Diff line number Diff line change
1
+ name : libretro Core Info Package
2
+
3
+ on :
4
+ # Trigger the workflow on push, but only for the master branch
5
+ push :
6
+ branches :
7
+ - master
8
+ watch : # this is a hack that lets repo owners trigger a build by starring
9
+ types : [started]
10
+ if : github.actor == github.event.repository.owner.login
11
+
12
+ jobs :
13
+ Assets :
14
+ name : Bundle Core Info Files
15
+ runs-on : ubuntu-latest
16
+
17
+ steps :
18
+ - uses : actions/checkout@v2
19
+ - run : cd dist/info && 7z a -mx=9 info.7z *
20
+ - name : Upload core info bundle
21
+ uses : svenstaro/upload-release-action@v2
22
+ with :
23
+ repo_token : ${{ secrets.GITHUB_TOKEN }}
24
+ file : dist/info/info.7z
25
+ tag : Latest
26
+ asset_name : info.7z
27
+ overwrite : true
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ higan_sfc libretro-higan https://gitlab.com/higan/higan.git libretro YES GENERIC
51
51
higan_sfc_balanced libretro-nside https://github.com/libretro/nSide.git master NO GENERIC GNUmakefile nSide compiler=clang++ target=libretro binary=library
52
52
kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
53
53
lutro libretro-lutro https://github.com/libretro/libretro-lutro master YES GENERIC Makefile .
54
- mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro .
54
+ mame libretro-mame https://github.com/libretro/mame.git master NO GENERIC Makefile.libretro . download_github_macos
55
55
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
56
56
mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC Makefile . PTR64=1
57
57
mame2003_plus libretro-mame2003-plus https://github.com/libretro/mame2003-plus-libretro.git master YES GENERIC Makefile .
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ ishiiruka libretro-ishiiruka https://github.com/libretro/Ishiiruka.git master YE
60
60
kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
61
61
neocd libretro-neocd https://github.com/libretro/neocd_libretro.git master YES GENERIC Makefile .
62
62
lutro libretro-lutro https://github.com/libretro/libretro-lutro master YES GENERIC Makefile .
63
- mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro . PTR64=1
63
+ mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro . PTR64=1 download_github_linux_x64
64
64
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
65
65
mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC Makefile .
66
66
mame2003_plus libretro-mame2003-plus https://github.com/libretro/mame2003-plus-libretro.git master YES GENERIC Makefile .
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ higan_sfc_balanced libretro-nside https://github.com/libretro/nSide.git master Y
52
52
kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
53
53
neocd libretro-neocd https://github.com/libretro/neocd_libretro.git master YES GENERIC Makefile .
54
54
lutro libretro-lutro https://github.com/libretro/libretro-lutro master YES GENERIC Makefile .
55
- mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro .
55
+ mame libretro-mame https://github.com/libretro/mame.git master NO GENERIC Makefile.libretro .
56
56
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
57
57
mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC Makefile .
58
58
mame2003_plus libretro-mame2003-plus https://github.com/libretro/mame2003-plus-libretro.git master YES GENERIC Makefile .
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ishiiruka libretro-ishiiruka https://github.com/libretro/Ishiiruka.git master YE
57
57
kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
58
58
neocd libretro-neocd https://github.com/libretro/neocd_libretro.git master YES GENERIC Makefile .
59
59
lutro libretro-lutro https://github.com/libretro/libretro-lutro master YES GENERIC Makefile .
60
- mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro . PTR64=1
60
+ mame libretro-mame https://github.com/libretro/mame.git master NO GENERIC Makefile.libretro . download_github_windows_x64
61
61
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
62
62
mame2003 libretro-mame2003 https://github.com/libretro/mame2003-libretro.git master YES GENERIC Makefile . CCACHE_DISABLE=1
63
63
mame2003_plus libretro-mame2003-plus https://github.com/libretro/mame2003-plus-libretro.git master YES GENERIC Makefile . CCACHE_DISABLE=1
You can’t perform that action at this time.
0 commit comments