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:
Florian Bach
2022-10-08 17:51:15 +02:00
parent 2bb0d0334f
commit 79be3e3d87
15 changed files with 226 additions and 67 deletions
+4 -2
View File
@@ -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 ..