Small Release Action Changes
Some checks failed
Run Tests on Code / run-tests (push) Successful in 10s
Build and Release Binary File / run-tests (push) Successful in 20s
Build and Release Binary File / build (push) Successful in 9m58s
Build and Release Binary File / upload-release (push) Failing after 10s

This commit is contained in:
Neshura 2023-11-17 15:13:29 +01:00
parent a63454d632
commit 818050e5c9
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 3 additions and 4 deletions

View file

@ -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
View file

@ -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",

View file

@ -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 = ""