mirror of
https://github.com/Leseratte10/acsm-calibre-plugin.git
synced 2024-11-17 04:06:09 +06:00
Fix CI for the migration plugin
This commit is contained in:
parent
81da7bd6f9
commit
69329fe09a
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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…
Reference in New Issue
Block a user