mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
action: copy grammar libraries to runtime
This commit is contained in:
parent
9fcbbfa467
commit
6cba62b499
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -99,6 +99,7 @@ jobs:
|
|||||||
else
|
else
|
||||||
cp "target/${{ matrix.target }}/release/hx" "dist/"
|
cp "target/${{ matrix.target }}/release/hx" "dist/"
|
||||||
fi
|
fi
|
||||||
|
cp -r runtime dist
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2.2.4
|
- uses: actions/upload-artifact@v2.2.4
|
||||||
with:
|
with:
|
||||||
@ -148,7 +149,7 @@ jobs:
|
|||||||
pkgname=helix-$TAG-$platform
|
pkgname=helix-$TAG-$platform
|
||||||
mkdir tmp/$pkgname
|
mkdir tmp/$pkgname
|
||||||
cp LICENSE README.md tmp/$pkgname
|
cp LICENSE README.md tmp/$pkgname
|
||||||
cp -r runtime tmp/$pkgname/
|
mv bins-$platform/runtime tmp/$pkgname/
|
||||||
mv bins-$platform/hx$exe tmp/$pkgname
|
mv bins-$platform/hx$exe tmp/$pkgname
|
||||||
chmod +x tmp/$pkgname/hx$exe
|
chmod +x tmp/$pkgname/hx$exe
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user