mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-29 15:51:21 +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
|
retention-days: 1
|
||||||
path: |
|
path: |
|
||||||
keyweave-*.tar.xz
|
keyweave-*.tar.xz
|
||||||
|
keyweave.exe
|
||||||
|
|
||||||
sign:
|
sign:
|
||||||
needs: build
|
needs: build
|
||||||
|
@ -143,4 +144,5 @@ jobs:
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
files: |
|
files: |
|
||||||
keyweave-*.tar.xz
|
keyweave-*.tar.xz
|
||||||
|
keyweave.exe
|
||||||
*SUMS*
|
*SUMS*
|
Loading…
Reference in a new issue