Update README.md

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

View File

@ -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