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 }}'