chore(actions): provide exe for windows manually instead of glob

Also makes step now error on no matching files.
This commit is contained in:
Erica Marigold 2024-12-25 19:40:55 +05:30 committed by GitHub
parent bd9ece298b
commit 3287545ebc
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -73,4 +73,7 @@ jobs:
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: ${{ matrix.artifact-name }} 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