Update README.md (#492)

Use correct id of step
This commit is contained in:
shmuel 2024-01-10 15:00:06 +00:00 committed by GitHub
parent cf8714cfea
commit c320f57948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ jobs:
job1: job1:
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
output1: ${{ steps.my-artifact.outputs.artifact-id }} output1: ${{ steps.artifact-upload-step.outputs.artifact-id }}
steps: steps:
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
id: artifact-upload-step id: artifact-upload-step