mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-03 21:45: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:
|
||||
push:
|
||||
branches: ['autobuild']
|
||||
branches: ['dev', 'autobuild']
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
|
@ -116,11 +116,13 @@ jobs:
|
|||
cp -r ../../linux/build-x86_64/lib/ruby/3.1.0 .
|
||||
mv ./3.1.0 ./stdlib
|
||||
cp ../../mkxp.json .
|
||||
cd ..
|
||||
zip -r local.zip local
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: mkxp-z.linux.${{github.ref_name}}-${{steps.short-sha.outputs.sha}}
|
||||
path: build/local/
|
||||
path: build/local.zip
|
||||
|
||||
build-macos:
|
||||
name: macOS
|
||||
|
|
Loading…
Add table
Reference in a new issue