Make plugin compile itself

This commit is contained in:
Florian Bach
2021-09-20 11:24:11 +02:00
parent f0d9c07af3
commit 4f5f22a63d
7 changed files with 213 additions and 87 deletions
+4 -3
View File
@@ -9,15 +9,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Compile
run: |
DOCKER_BUILDKIT=1 docker build -o final .
cp calibre-plugin/* final/stretch/
./bundle_calibre_plugin.sh
- name: Upload
uses: actions/upload-artifact@v2
with:
name: linux
path: |
final/stretch/
calibre-plugin.zip
libgourou_bundle_raw.tar.xz