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 c12ecc0 commit 1f05782Copy full SHA for 1f05782
.github/workflows/cmake-multi-platform.yml
@@ -58,6 +58,12 @@ jobs:
58
shell: bash
59
run: |
60
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: |
67
echo "build-artifacts-dir=${{ github.workspace }}/artifacts" >> "$GITHUB_ARTIFACTS"
68
69
- name: Configure CMake
0 commit comments