Skip to content

Commit bce1776

Browse files
committed
Fix macOS workflow runs not finding the debug version of the executable when uploading artefacts
Add an extended glob pattern to match either of them if present (trailing `_debug`)
1 parent 1db7721 commit bce1776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ jobs:
149149
uses: actions/upload-artifact@v3
150150
with:
151151
name: CortexCommand (macOS)
152-
path: build/CortexCommand
152+
path: build/CortexCommand*(_debug)
153153
if-no-files-found: error

0 commit comments

Comments
 (0)