From f49eb0150b8ac2af338a246c4df75840ec6b92f2 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Wed, 1 Dec 2021 14:35:56 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec3bf5a..10e084d 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ For environment variables created in other steps, make sure to use the `env` exp - uses: actions/upload-artifact@v2 with: name: artifact - path: ${{ env.artifactPath }} + path: ${{ env.artifactPath }} # this will resolve to testing/file.txt at runtime ``` ### Retention Period