From 109d772ac914c29c057bee7c5a103e6ce2a969d0 Mon Sep 17 00:00:00 2001 From: shmuel Date: Mon, 1 Jan 2024 11:57:00 +0000 Subject: [PATCH] Update README.md Use correct id of step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74898afd..89a5dab6 100644 --- a/README.md +++ b/README.md @@ -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