From 1eadd44e03e5553f2a44d2a351af73f9f80fd773 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Sun, 28 Jan 2024 22:11:22 -0600 Subject: [PATCH] test4 --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 192f7c8..5bcb1af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,8 +49,8 @@ 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 }} + MYID: ${{ env.steps.artifact-upload-step.outputs.artifact-id }} + MYURL: ${{ env.steps.artifact-upload-step.outputs.artifact-url }} - name: Output MYURL run: echo 'Artifact URL is ${{ env.MYURL }}' @@ -58,10 +58,6 @@ jobs: - 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 }}' - - ##- name: Get Artifact URL - ## run: echo "::set-output name=artifact_url::https://github.com/ELY3M/suites/$GITHUB_RUN_ID/artifacts/Release.zip" - - name: Create Release uses: actions/create-release@latest