Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93f3a68635 |
@@ -52,10 +52,16 @@ jobs:
|
|||||||
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
|
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
|
||||||
MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}
|
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
|
- name: Output artifact ID
|
||||||
run: echo 'Artifact ID is ${{ env.MYID }}'
|
run: echo 'Artifact ID is ${{ env.MYID }}'
|
||||||
|
|
||||||
- name: Output artifact URL
|
- name: Output artifact URL env
|
||||||
run: echo 'Artifact URL is ${{ env.MYURL }}'
|
run: echo 'Artifact URL is ${{ env.MYURL }}'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user