Add a web extension and debian package compilation #5

Merged
julienfastre merged 22 commits from feature/setup-webext into main 2025-11-12 19:10:42 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 3fb120f8a4 - Show all commits

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@v4
uses: https://github.com/actions/download-artifact@v3
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.4.1"
version = "0.4.1-alpha9"
dependencies = [
"clap",
"gitlab",

View File

@@ -1,6 +1,6 @@
[package]
name = "cl-cli"
version = "0.4.1"
version = "0.4.1-alpha9"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html