Merge pull request #8 from bartvdbraak/fix/windows-bin-upload

fix: use wildcard pattern for win executable
This commit is contained in:
Bart van der Braak 2023-11-07 10:49:23 +01:00 committed by GitHub
commit 6364a71109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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*