Skip to content

Commit

Permalink
Update README.md (#492)
Browse files Browse the repository at this point in the history
Use correct id of step
  • Loading branch information
samuelwine committed Jan 10, 2024
1 parent cf8714c commit c320f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:
job1:
runs-on: ubuntu-latest
outputs:
output1: ${{ steps.my-artifact.outputs.artifact-id }}
output1: ${{ steps.artifact-upload-step.outputs.artifact-id }}
steps:
- uses: actions/upload-artifact@v4
id: artifact-upload-step
Expand Down

0 comments on commit c320f57

Please sign in to comment.