Skip to content

Commit 9638fe1

Browse files
authored
Wildcard didn't work very well. Hardcoding 2 paths instead
1 parent 6c60dc6 commit 9638fe1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ jobs:
5454
uses: actions/upload-artifact@v2
5555
with:
5656
name: 8-bit ${{matrix.platform}}
57-
path: ${{github.workspace}}/build/src/**/8bit*
57+
path: |
58+
${{github.workspace}}/build/src/8bit
59+
${{github.workspace}}/build/src/Release/8bit.exe

0 commit comments

Comments
 (0)