From 70041ea629f213bf205d3ab89481f16a04226623 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Sun, 28 Jan 2024 19:44:21 -0600 Subject: [PATCH] ....iiiidddd --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 656cf25..ef6b915 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,6 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v4 - run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}' with: name: Release path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\* @@ -52,6 +51,9 @@ jobs: env: MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }} + - name: Output artifact ID + run: echo 'Artifact ID is ${{ 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"