....iiiidddd

This commit is contained in:
U-METAL103\103
2024-01-28 19:44:21 -06:00
parent 2d639169ae
commit 70041ea629
+3 -1
View File
@@ -44,7 +44,6 @@ jobs:
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}'
with: with:
name: Release name: Release
path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\* path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\*
@@ -52,6 +51,9 @@ jobs:
env: env:
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }} 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 ##- name: Get Artifact URL
## run: echo "::set-output name=artifact_url::https://github.com/ELY3M/suites/$GITHUB_RUN_ID/artifacts/Release.zip" ## run: echo "::set-output name=artifact_url::https://github.com/ELY3M/suites/$GITHUB_RUN_ID/artifacts/Release.zip"