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 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 ```