Skip to content

Commit 1f20951

Browse files
authored
Test of archiving the built binaries
1 parent 8bc5b6a commit 1f20951

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,9 @@ jobs:
4949
# Execute tests defined by the CMake configuration.
5050
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
5151
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

Comments
 (0)