Fix CI for the migration plugin

This commit is contained in:
Florian Bach 2022-10-09 10:24:59 +02:00
parent 81da7bd6f9
commit 69329fe09a
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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