From b752455524e9e5ba9d9b8968a153af4dc6f5eb73 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Tue, 30 Jan 2024 17:22:48 -0600 Subject: [PATCH] echo1 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0729293..de7b725 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,6 +51,9 @@ jobs: name: Release path: ${{ github.workspace }}\Digital Clock\bin\Release\* retention-days: 1 + run: | + echo "MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}" + echo "MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}" env: GITHUB_TOKEN: ${{ github.token }} MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }} @@ -60,10 +63,7 @@ jobs: run: echo 'Artifact URL is ${{ steps.artifact-upload-step.outputs.artifact-url }}' - name: Output env.MYURL - run: echo 'Artifact URL is ${{ env.MYURL }}' - - - name: Output MYURL - run: echo 'Artifact URL is ${{ 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 }}'