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 8bc5b6a commit 1f20951Copy full SHA for 1f20951
.github/workflows/cmake.yml
@@ -49,3 +49,9 @@ jobs:
49
# Execute tests defined by the CMake configuration.
50
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
51
run: ctest -C $BUILD_TYPE
52
+
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*
0 commit comments