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
|
||||
with:
|
||||
name: comicinfo-editor-v2-linux-amd64
|
||||
path: |
|
||||
artifacts/*
|
||||
path: artifacts/
|
||||
if-no-files-found: error
|
||||
|
||||
upload-release:
|
||||
|
|
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
|
@ -396,7 +396,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "comicinfo-editor-v2"
|
||||
version = "0.1.0"
|
||||
version = "0.1.8"
|
||||
dependencies = [
|
||||
"quick-xml",
|
||||
"serde",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "comicinfo-editor-v2"
|
||||
version = "0.1.0"
|
||||
version = "0.1.8"
|
||||
description = "App for creating Comicinfo.xml files"
|
||||
authors = ["Neshura"]
|
||||
license = ""
|
||||
|
|
Reference in a new issue