Skip to content

Commit 1f05782

Browse files
author
Oleh Kulykov
committed
1722334689
1 parent c12ecc0 commit 1f05782

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ jobs:
5858
shell: bash
5959
run: |
6060
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
61+
62+
- name: Set reusable strings
63+
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
64+
id: strings
65+
shell: bash
66+
run: |
6167
echo "build-artifacts-dir=${{ github.workspace }}/artifacts" >> "$GITHUB_ARTIFACTS"
6268
6369
- name: Configure CMake

0 commit comments

Comments
 (0)