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

View File

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