From 69329fe09a275671e6c3c6b8f530ead5c86bdf41 Mon Sep 17 00:00:00 2001 From: Florian Bach Date: Sun, 9 Oct 2022 10:24:59 +0200 Subject: [PATCH] Fix CI for the migration plugin --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++------ .github/workflows/main.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e27eea5..a61d1a0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78b7d41..daea2be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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