Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit c4e9059

Browse files
committed
extglob is not available on the GitHub Actions runners, reverted to multiple path references
1 parent bce1776 commit c4e9059

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/meson.yml

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

0 commit comments

Comments
 (0)