mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 14:05:32 +02:00
Compress linux artifacts to preserve executable status
This commit is contained in:
parent
43488eb534
commit
ed9eb335fa
1 changed files with 4 additions and 2 deletions
6
.github/workflows/autobuild.yml
vendored
6
.github/workflows/autobuild.yml
vendored
|
@ -3,7 +3,7 @@ name: Automatic Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['autobuild']
|
branches: ['dev', 'autobuild']
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-windows:
|
build-windows:
|
||||||
|
@ -116,11 +116,13 @@ jobs:
|
||||||
cp -r ../../linux/build-x86_64/lib/ruby/3.1.0 .
|
cp -r ../../linux/build-x86_64/lib/ruby/3.1.0 .
|
||||||
mv ./3.1.0 ./stdlib
|
mv ./3.1.0 ./stdlib
|
||||||
cp ../../mkxp.json .
|
cp ../../mkxp.json .
|
||||||
|
cd ..
|
||||||
|
zip -r local.zip local
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mkxp-z.linux.${{github.ref_name}}-${{steps.short-sha.outputs.sha}}
|
name: mkxp-z.linux.${{github.ref_name}}-${{steps.short-sha.outputs.sha}}
|
||||||
path: build/local/
|
path: build/local.zip
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
name: macOS
|
name: macOS
|
||||||
|
|
Loading…
Add table
Reference in a new issue