mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +00:00
fix: use full path dir for x86_64-pc-windows-gnu
This commit is contained in:
parent
bbf32039a7
commit
ef8b8f342a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue