mirror of
https://github.com/Leseratte10/acsm-calibre-plugin
synced 2026-06-12 21:14:44 -04:00
BETA: Migration code from DeACSM to ACSM Input
Do not use this version yet unless you have a backup of your account data
This commit is contained in:
@@ -19,13 +19,15 @@ jobs:
|
||||
- name: Compile
|
||||
run: |
|
||||
./bundle_calibre_plugin.sh
|
||||
./bundle_migration_plugin.sh
|
||||
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: linux
|
||||
name: calibre-plugins
|
||||
path: |
|
||||
calibre-plugin.zip
|
||||
migration-plugin.zip
|
||||
|
||||
test-ubuntu-2004:
|
||||
runs-on: ubuntu-20.04
|
||||
@@ -152,4 +154,4 @@ jobs:
|
||||
|
||||
- name: Run tests (Python 2)
|
||||
run: |
|
||||
cd tests && PYTHONWARNINGS=ignore python2 ./main.py && cd ..
|
||||
cd tests && PYTHONWARNINGS=ignore python2 ./main.py && cd ..
|
||||
|
||||
Reference in New Issue
Block a user