Skip to content

Commit 8381527

Browse files
authored
Output WORKSPACE_INSTALL_PATH in CI workflow
Added echo statement to output WORKSPACE_INSTALL_PATH.
1 parent 041eaaa commit 8381527

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
$originalName = "InfinyToolkit_${{ steps.sofa.outputs.run_branch }}_for-SOFA-${{ steps.sofa.outputs.sofa_version }}_${{ runner.os }}"
6868
$artifact_name = $originalName -replace '[":;<>|*?\r\n\\/]', '' -replace ' ', '_'
6969
echo "artifact_name=$artifact_name" >> $env:GITHUB_OUTPUT
70+
echo "WORKSPACE_INSTALL_PATH: ${{ env.WORKSPACE_INSTALL_PATH }}"
71+
echo "WORKSPACE_INSTALL_PATH: ${{ env.WORKSPACE_INSTALL_PATH }}"
7072
7173
- name: Create artifact
7274
id: create-artifact

0 commit comments

Comments
 (0)