File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -430,11 +430,11 @@ jobs:
430
430
with :
431
431
name : ${{ env.JOB_TRANSFER_ARTIFACT }}
432
432
path : ${{ env.BUILD_ARTIFACTS_PATH }}
433
-
433
+
434
434
- name : Save artifact path to variable
435
435
run : |
436
- # Find the artifact ending with 'Windows_64bit.exe' in the specified download directory
437
- ARTIFACT_PATH=$(find ${{ env.BUILD_ARTIFACTS_PATH }} -name "*Windows_64bit.exe")
436
+ # Find the artifact ending with 'Windows_64bit.exe' in the specified download directory and prepend the full path
437
+ ARTIFACT_PATH=$(find ${{ env.BUILD_ARTIFACTS_PATH }} -name "*Windows_64bit.exe" -exec realpath {} \; )
438
438
echo "ARTIFACT_PATH=${ARTIFACT_PATH}" >> $GITHUB_ENV
439
439
440
440
- name : Save Win signing certificate to file
You can’t perform that action at this time.
0 commit comments