Compare commits

...
2 Commits
71 ... 73
Author SHA1 Message Date
U-METAL103\103 b752455524 echo1 2024-01-30 17:22:48 -06:00
U-METAL103\103 8871ea4388 vars-save-pls 2024-01-30 17:14:08 -06:00
+3 -3
View File
@@ -51,6 +51,9 @@ jobs:
name: Release
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
retention-days: 1
run: |
echo "MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}"
echo "MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}"
env:
GITHUB_TOKEN: ${{ github.token }}
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
@@ -62,9 +65,6 @@ jobs:
- name: Output env.MYURL
run: echo 'Artifact URL is ${{ env.MYURL }}'
- name: Output vars.MYURL
run: echo 'Artifact URL is ${{ vars.MYURL }}'
- 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 }}'