We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c60dc6 commit 9638fe1Copy full SHA for 9638fe1
.github/workflows/cmake.yml
@@ -54,4 +54,6 @@ jobs:
54
uses: actions/upload-artifact@v2
55
with:
56
name: 8-bit ${{matrix.platform}}
57
- path: ${{github.workspace}}/build/src/**/8bit*
+ path: |
58
+ ${{github.workspace}}/build/src/8bit
59
+ ${{github.workspace}}/build/src/Release/8bit.exe
0 commit comments