Merge pull request #7 from bartvdbraak/fix/windows-bin-upload

fix: use full path dir for x86_64-pc-windows-gnu
This commit is contained in:
Bart van der Braak 2023-11-07 10:39:59 +01:00 committed by GitHub
commit 19674d92e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ jobs:
retention-days: 1 retention-days: 1
path: | path: |
keyweave-*.tar.xz keyweave-*.tar.xz
keyweave.exe keyweave-x86_64-pc-windows-gnu/keyweave.exe
sign: sign:
needs: build needs: build

View file

@ -23,7 +23,7 @@ Keyweave is an open-source tool designed to seamlessly fetch secrets from Azure
Clone the repository to your local machine: Clone the repository to your local machine:
```sh ```sh
git clone https://github.com/your-username/keyweave.git git clone https://github.com/bartvdbraak/keyweave.git
cd keyweave cd keyweave
``` ```