From 918a2b6cee8e081657a11e34c3149f34ef66a29a Mon Sep 17 00:00:00 2001 From: Manu Bretelle Date: Mon, 24 Oct 2022 17:00:34 -0700 Subject: [PATCH] try custom upload artifact --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e30a64b..017aab6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,4 +5,5 @@ jobs: runs-on: ubuntu-latest steps: - name: my-step - run: echo "Hello World!" + run: echo "${ACTIONS_RUNTIME_URL}_apis/pipelines/workflows/${GITHUB_RUN_ID}/artifacts" +