From bbf32039a755c18dd0b222bf147345d3bf776f0a Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Tue, 7 Nov 2023 10:37:31 +0100 Subject: [PATCH 1/2] docs: correct git clone url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75486b9..2199888 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Keyweave is an open-source tool designed to seamlessly fetch secrets from Azure Clone the repository to your local machine: ```sh -git clone https://github.com/your-username/keyweave.git +git clone https://github.com/bartvdbraak/keyweave.git cd keyweave ``` From ef8b8f342aa8208ec23b4257cc5ec3c64eb826b3 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Tue, 7 Nov 2023 10:38:48 +0100 Subject: [PATCH 2/2] fix: use full path dir for x86_64-pc-windows-gnu --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e504e10..7f61ed9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -111,7 +111,7 @@ jobs: retention-days: 1 path: | keyweave-*.tar.xz - keyweave.exe + keyweave-x86_64-pc-windows-gnu/keyweave.exe sign: needs: build