Compare commits

..
1 Commits
49 .. 50
Author SHA1 Message Date
U-METAL103\103 93f3a68635 test1 2024-01-28 21:41:32 -06:00
+7 -1
View File
@@ -52,10 +52,16 @@ jobs:
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
- 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: Output artifact URL test2
run: echo 'Artifact URL is ${{ steps.artifact-upload-step.outputs.artifact-url }}'
- name: Output artifact ID
run: echo 'Artifact ID is ${{ env.MYID }}'
- name: Output artifact URL
- name: Output artifact URL env
run: echo 'Artifact URL is ${{ env.MYURL }}'