From 1ee6f8473178b8493450f831eef2175a2bfa9962 Mon Sep 17 00:00:00 2001 From: FineFindus Date: Wed, 23 Aug 2023 11:10:25 +0200 Subject: [PATCH] build(ci): use --offline Fixes issue with release in https://github.com/FineFindus/artem/actions/runs/5949055157/job/16134358139 --- .github/workflows/release_build.yaml | 2 +- Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_build.yaml b/.github/workflows/release_build.yaml index 66556b5..c5dc2a3 100644 --- a/.github/workflows/release_build.yaml +++ b/.github/workflows/release_build.yaml @@ -293,7 +293,7 @@ jobs: continue-on-error: false with: command: build - args: --locked --release --verbose + args: --offline --release --verbose #copy to completion files from the out directory to the deployment/assets dir - name: Copy completion files and man page diff --git a/Cargo.lock b/Cargo.lock index 06f1859..e2e719e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,7 +74,7 @@ dependencies = [ [[package]] name = "artem" -version = "2.0.0" +version = "2.0.1" dependencies = [ "assert_cmd", "clap",