File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 4646 # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
4747 run : ./StaticResourceAssertUnitTests
4848
49+ - name : Create release artifact
50+ uses : actions/upload-artifact@v4
51+ with :
52+ name : sra-release
53+ path : |
54+ Readme.md
55+ License.txt
56+ build/StaticResourceAssert/sra
57+ StaticResourceAssert/*
58+ retention-days : 1
59+
4960 build-windows :
5061 # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
5162 # You can convert this to a matrix build if you need cross-platform coverage.
8091 # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
8192 run : .\Release\StaticResourceAssertUnitTests.exe
8293
94+ - name : Create release artifact
95+ uses : actions/upload-artifact@v4
96+ with :
97+ name : sra-release
98+ path : |
99+ Readme.md
100+ License.txt
101+ build\Release\StaticResourceAssert\sra.exe
102+ StaticResourceAssert\*
103+ retention-days : 1
You can’t perform that action at this time.
0 commit comments