We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exe
1 parent bd9ece2 commit 3287545Copy full SHA for 3287545
.github/workflows/debug.yml
@@ -73,4 +73,7 @@ jobs:
73
uses: actions/upload-artifact@v4
74
with:
75
name: ${{ matrix.artifact-name }}
76
- path: target/${{ matrix.target }}/debug/pesde*
+ if-no-files-found: error
77
+ path: |
78
+ target/${{ matrix.target }}/debug/pesde.exe
79
+ target/${{ matrix.target }}/debug/pesde
0 commit comments