Skip to content

Commit

Permalink
Wildcard didn't work very well. Hardcoding 2 paths instead
Browse files Browse the repository at this point in the history
  • Loading branch information
blurpy committed Apr 24, 2021
1 parent 6c60dc6 commit 9638fe1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: 8-bit ${{matrix.platform}}
path: ${{github.workspace}}/build/src/**/8bit*
path: |
${{github.workspace}}/build/src/8bit
${{github.workspace}}/build/src/Release/8bit.exe

0 comments on commit 9638fe1

Please sign in to comment.