From 0a2e4f5dbd21a6de752d8595c5a330281a7b9174 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Tue, 30 Jan 2024 15:02:12 -0600 Subject: [PATCH] 1 --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f86d00e..31f6a42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,13 +59,9 @@ jobs: - name: Output Artifact MYURL run: echo 'Artifact URL is ${{ steps.artifact-upload-step.outputs.artifact-url }}' - - name: Output MYURL - run: echo 'Artifact URL is ${{ MYURL }}' - - name: Output env.MYURL run: echo 'Artifact URL is ${{ env.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 }}'