Skip to content

Commit c320f57

Browse files
authored
Update README.md (#492)
Use correct id of step
1 parent cf8714c commit c320f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348
job1:
349349
runs-on: ubuntu-latest
350350
outputs:
351-
output1: ${{ steps.my-artifact.outputs.artifact-id }}
351+
output1: ${{ steps.artifact-upload-step.outputs.artifact-id }}
352352
steps:
353353
- uses: actions/upload-artifact@v4
354354
id: artifact-upload-step

0 commit comments

Comments
 (0)