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 041eaaa commit 8381527Copy full SHA for 8381527
.github/workflows/ci.yml
@@ -67,6 +67,8 @@ jobs:
67
$originalName = "InfinyToolkit_${{ steps.sofa.outputs.run_branch }}_for-SOFA-${{ steps.sofa.outputs.sofa_version }}_${{ runner.os }}"
68
$artifact_name = $originalName -replace '[":;<>|*?\r\n\\/]', '' -replace ' ', '_'
69
echo "artifact_name=$artifact_name" >> $env:GITHUB_OUTPUT
70
+ echo "WORKSPACE_INSTALL_PATH: ${{ env.WORKSPACE_INSTALL_PATH }}"
71
72
73
- name: Create artifact
74
id: create-artifact
0 commit comments