Skip to content

Commit 3287545

Browse files
authored
chore(actions): provide exe for windows manually instead of glob
Also makes step now error on no matching files.
1 parent bd9ece2 commit 3287545

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/debug.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,7 @@ jobs:
7373
uses: actions/upload-artifact@v4
7474
with:
7575
name: ${{ matrix.artifact-name }}
76-
path: target/${{ matrix.target }}/debug/pesde*
76+
if-no-files-found: error
77+
path: |
78+
target/${{ matrix.target }}/debug/pesde.exe
79+
target/${{ matrix.target }}/debug/pesde

0 commit comments

Comments
 (0)