From 3287545ebc937a38d1340f0974e33caa49c51f04 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 25 Dec 2024 19:40:55 +0530 Subject: [PATCH] chore(actions): provide `exe` for windows manually instead of glob Also makes step now error on no matching files. --- .github/workflows/debug.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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