mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 07:11:21 +00:00
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:
commit
19674d92e0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue