From 8871ea43883e01dffeee1c2f4f68cddf613d0252 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Tue, 30 Jan 2024 17:14:08 -0600 Subject: [PATCH] vars-save-pls --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae571cb..0729293 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,8 +62,8 @@ jobs: - name: Output env.MYURL run: echo 'Artifact URL is ${{ env.MYURL }}' - - name: Output vars.MYURL - run: echo 'Artifact URL is ${{ vars.MYURL }}' + - name: Output MYURL + run: echo 'Artifact URL is ${{ MYURL }}' - name: Output artifact URL test1 run: echo 'Artifact URL is ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}'