From c6553de2411e64d251bac753f10d7afc292fc79a Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Sun, 28 Jan 2024 20:50:17 -0600 Subject: [PATCH] env.myid --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef6b915..713b83b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,10 +49,11 @@ jobs: path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\* retention-days: 1 env: + MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }} MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }} - name: Output artifact ID - run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}' + run: echo 'Artifact ID is ${{ env.MYID }}' ##- name: Get Artifact URL ## run: echo "::set-output name=artifact_url::https://github.com/ELY3M/suites/$GITHUB_RUN_ID/artifacts/Release.zip"