diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 91b4127..a23a13d 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -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