This commit is contained in:
U-METAL103\103
2024-01-28 22:11:22 -06:00
parent 7b31213fd9
commit 1eadd44e03
+2 -6
View File
@@ -49,8 +49,8 @@ jobs:
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\*
retention-days: 1 retention-days: 1
env: env:
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }} MYID: ${{ env.steps.artifact-upload-step.outputs.artifact-id }}
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }} MYURL: ${{ env.steps.artifact-upload-step.outputs.artifact-url }}
- name: Output MYURL - name: Output MYURL
run: echo 'Artifact URL is ${{ env.MYURL }}' run: echo 'Artifact URL is ${{ env.MYURL }}'
@@ -58,10 +58,6 @@ jobs:
- name: Output artifact URL test1 - 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 }}' 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 - name: Create Release
uses: actions/create-release@latest uses: actions/create-release@latest