commit 748c6b1ace5ac837d851b0ecf7161596cf9e84a9
parent b1af050e2ded357533f7997573c3c8ce2ccae691
Author: Joris Hartog <jorishartog@hotmail.com>
Date: Wed, 29 Jul 2026 23:08:59 +0200
Fix Windows desktop artifact upload
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
@@ -152,7 +152,7 @@ jobs:
uses: actions/upload-artifact@v7
with:
name: iuna-${{ github.ref_name }}-${{ matrix.platform }}
- path: dist/iuna-${{ github.ref_name }}-${{ matrix.platform }}.*
+ path: dist/iuna-${{ github.ref_name }}-${{ matrix.platform }}*
if-no-files-found: error
release: