mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 07:11:21 +00:00
fix: use wildcard pattern for win executable
This commit is contained in:
parent
ef8b8f342a
commit
92c5a4256b
1 changed files with 1 additions and 1 deletions
|
@ -144,5 +144,5 @@ jobs:
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
files: |
|
files: |
|
||||||
keyweave-*.tar.xz
|
keyweave-*.tar.xz
|
||||||
keyweave.exe
|
keyweave-*/keyweave.exe
|
||||||
*SUMS*
|
*SUMS*
|
Loading…
Reference in a new issue