mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
GitHub Actions: Add preload scripts to Linux and Windows artifacts
Refs https://github.com/mkxp-z/mkxp-z/issues/49
This commit is contained in:
parent
1e5f2ab9da
commit
deffb3eaa6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/autobuild.yml
vendored
3
.github/workflows/autobuild.yml
vendored
|
@ -69,6 +69,7 @@ jobs:
|
|||
mv ./3.1.0 ./stdlib
|
||||
cp ../mkxp-z.exe .
|
||||
cp ../../mkxp.json .
|
||||
cp -r ../../scripts .
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
@ -77,6 +78,7 @@ jobs:
|
|||
build/artifact/*.dll
|
||||
build/artifact/*.exe
|
||||
build/artifact/mkxp.json
|
||||
build/artifact/scripts/
|
||||
build/artifact/stdlib/
|
||||
|
||||
build-linux:
|
||||
|
@ -122,6 +124,7 @@ jobs:
|
|||
cp -r ../../linux/build-x86_64/lib/ruby/3.1.0 .
|
||||
mv ./3.1.0 ./stdlib
|
||||
cp ../../mkxp.json .
|
||||
cp -r ../../scripts .
|
||||
cd ..
|
||||
zip -r local.zip local
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue