Small Release Action Changes
Some checks failed
Some checks failed
This commit is contained in:
parent
a63454d632
commit
818050e5c9
3 changed files with 3 additions and 4 deletions
|
@ -59,8 +59,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: comicinfo-editor-v2-linux-amd64
|
name: comicinfo-editor-v2-linux-amd64
|
||||||
path: |
|
path: artifacts/
|
||||||
artifacts/*
|
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
upload-release:
|
upload-release:
|
||||||
|
|
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
|
@ -396,7 +396,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "comicinfo-editor-v2"
|
name = "comicinfo-editor-v2"
|
||||||
version = "0.1.0"
|
version = "0.1.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"quick-xml",
|
"quick-xml",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "comicinfo-editor-v2"
|
name = "comicinfo-editor-v2"
|
||||||
version = "0.1.0"
|
version = "0.1.8"
|
||||||
description = "App for creating Comicinfo.xml files"
|
description = "App for creating Comicinfo.xml files"
|
||||||
authors = ["Neshura"]
|
authors = ["Neshura"]
|
||||||
license = ""
|
license = ""
|
||||||
|
|
Reference in a new issue