action: copy grammar libraries to runtime
This commit is contained in:
parent
9fcbbfa467
commit
6cba62b499
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -99,6 +99,7 @@ jobs:
|
|||
else
|
||||
cp "target/${{ matrix.target }}/release/hx" "dist/"
|
||||
fi
|
||||
cp -r runtime dist
|
||||
|
||||
- uses: actions/upload-artifact@v2.2.4
|
||||
with:
|
||||
|
@ -148,7 +149,7 @@ jobs:
|
|||
pkgname=helix-$TAG-$platform
|
||||
mkdir 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
|
||||
chmod +x tmp/$pkgname/hx$exe
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue