mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 07:11:21 +00:00
fix: upload and add windows binary to release
This commit is contained in:
parent
c9219e671c
commit
6cdbbeedd0
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