mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 02:23:51 +01:00
chore(actions): provide exe
for windows manually instead of glob
Also makes step now error on no matching files.
This commit is contained in:
parent
bd9ece298b
commit
3287545ebc
1 changed files with 4 additions and 1 deletions
5
.github/workflows/debug.yml
vendored
5
.github/workflows/debug.yml
vendored
|
@ -73,4 +73,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.artifact-name }}
|
||||
path: target/${{ matrix.target }}/debug/pesde*
|
||||
if-no-files-found: error
|
||||
path: |
|
||||
target/${{ matrix.target }}/debug/pesde.exe
|
||||
target/${{ matrix.target }}/debug/pesde
|
||||
|
|
Loading…
Add table
Reference in a new issue