Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
actions now upload the .zip as the archive, not the raw binary (#346)
* docker no longer gets luarocks (no fennel), and builds the zip, using all cores * remove luarocks * fix line ending issue * add zip as a dependency * actions now upload the .zip as the archive, not the raw binary * capture the directory as the artifact, not the zip itself (the contents will be zipped)
- Loading branch information
Showing
with
7 additions
and 12 deletions.
- +2 −2 .github/workflows/build-release.yml
- +2 −2 .github/workflows/build.yml
- +3 −8 Dockerfile