mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +00:00
Merge pull request #6 from bartvdbraak/fix/windows-bin-upload
fix: upload and add windows binary to release
This commit is contained in:
commit
398f2a5b2d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -111,6 +111,7 @@ jobs:
|
|||
retention-days: 1
|
||||
path: |
|
||||
keyweave-*.tar.xz
|
||||
keyweave.exe
|
||||
|
||||
sign:
|
||||
needs: build
|
||||
|
@ -143,4 +144,5 @@ jobs:
|
|||
fail_on_unmatched_files: true
|
||||
files: |
|
||||
keyweave-*.tar.xz
|
||||
keyweave.exe
|
||||
*SUMS*
|
Loading…
Reference in a new issue