Fix CI for the migration plugin

pull/66/head
Florian Bach 2 years ago
parent 81da7bd6f9
commit 69329fe09a

@ -1,5 +1,5 @@
name: Bug Report
description: Report a bug with the ACSM plugin
description: Report a bug with the ACSM Input plugin
labels: ["new-report"]
body:
- type: markdown
@ -35,16 +35,16 @@ body:
id: calibre-version
attributes:
label: Which version of Calibre are you running?
description: "Example: 6.4"
placeholder: "6.4"
description: "Example: 6.6.1"
placeholder: "6.6.1"
validations:
required: true
- type: input
id: plugin-version
attributes:
label: Which version of the DeACSM plugin are you running?
description: "Example: v0.0.17"
placeholder: "v0.0.17"
label: Which version of the ACSM Input plugin are you running?
description: "Example: v0.0.16"
placeholder: "v0.0.16"
validations:
required: true
- type: textarea

@ -27,7 +27,7 @@ jobs:
name: calibre-plugins
path: |
calibre-plugin.zip
migration-plugin.zip
calibre-migration-plugin.zip
test-ubuntu-2004:
runs-on: ubuntu-20.04

Loading…
Cancel
Save