Skip to content

Commit b7bbe1e

Browse files
committed
github actions edits
1 parent 89d657a commit b7bbe1e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/buildSRA.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ jobs:
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.
@@ -80,3 +91,13 @@ jobs:
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

0 commit comments

Comments
 (0)