From 3fb120f8a4f68e6c4a72bd1fb4d34b2334bad7e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 12 Nov 2025 19:11:09 +0100 Subject: [PATCH] add web extension to release --- .gitea/workflows/release/build-and-release.yaml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release/build-and-release.yaml b/.gitea/workflows/release/build-and-release.yaml index d1ef33a..36f0898 100644 --- a/.gitea/workflows/release/build-and-release.yaml +++ b/.gitea/workflows/release/build-and-release.yaml @@ -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 diff --git a/Cargo.lock b/Cargo.lock index f38af70..4ecb6d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,7 +174,7 @@ dependencies = [ [[package]] name = "cl-cli" -version = "0.4.1" +version = "0.4.1-alpha9" dependencies = [ "clap", "gitlab", diff --git a/Cargo.toml b/Cargo.toml index d10f7cf..3c06654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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