Skip to content

Commit bbfc514

Browse files
committed
(d) correct command for printing structure of artifact
The command was copy/pasted from the PR branch, where it is correct, but is not correct for the version of the workflow in main.
1 parent 32d0118 commit bbfc514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ jobs:
623623
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
624624

625625
- run: |
626-
ls -lAR "${{ env.ARTIFACTS_FOLDER }}"
626+
ls -lAR "${{ env.JOB_TRANSFER_ARTIFACT }}"
627627
628628
- name: Get Tag
629629
id: tag_name

0 commit comments

Comments
 (0)