Compare commits

..

1 Commits

Author SHA1 Message Date
5ce08b721a add web extension to release
Some checks failed
Release binary and debian package for cl-cli / webext-build (push) Successful in 42s
Release binary and debian package for cl-cli / build-and-release (push) Failing after 2m10s
2025-11-12 18:59:25 +01:00
3 changed files with 4 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ jobs:
"${GITEA_SERVER_URL}/api/packages/${GITEA_OWNER}/debian/pool/${DISTRO}/main/upload"
done
- name: Download web extension artifact
uses: https://github.com/actions/download-artifact@v3
uses: https://github.com/actions/download-artifact@v4
with:
name: webext-xpi
path: web-extension/cl/web-ext-artifacts

2
Cargo.lock generated
View File

@@ -174,7 +174,7 @@ dependencies = [
[[package]]
name = "cl-cli"
version = "0.5.0-alpha12"
version = "0.4.1"
dependencies = [
"clap",
"gitlab",

View File

@@ -1,9 +1,7 @@
[package]
name = "cl-cli"
version = "0.5.0-alpha12"
version = "0.4.1"
edition = "2021"
license = "GPLv3"
description = "Some helpers scripts for Champs-Libres"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -18,7 +16,7 @@ path="src/webext.rs"
[dependencies]
clap = { version = "4.1.13", features = ["derive"] }
gitlab = "0.1804.0"
reqwest = { version = "0.12.24", features = ["rustls-tls"] }
reqwest = "0.12.24"
serde = { version = "1.0.228", features = ["derive"] }
toml = "0.9.8"
url = "2.5.7"