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 1f20951 commit 6c60dc6Copy full SHA for 6c60dc6
.github/workflows/cmake.yml
@@ -17,7 +17,7 @@ jobs:
17
# well on Windows or Mac. You can convert this to a matrix build if you need
18
# cross-platform coverage.
19
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
20
- runs-on: ${{ matrix.platform }}
+ runs-on: ${{matrix.platform}}
21
22
steps:
23
- uses: actions/checkout@v2
@@ -53,5 +53,5 @@ jobs:
53
- name: Archive binaries
54
uses: actions/upload-artifact@v2
55
with:
56
- name: 8-bit ${{ matrix.platform }}
57
- path: ${{ github.workspace }}/build/src/Release/8bit*
+ name: 8-bit ${{matrix.platform}}
+ path: ${{github.workspace}}/build/src/**/8bit*
0 commit comments