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