echo1
This commit is contained in:
@@ -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 MYURL
|
||||
run: echo 'Artifact URL is ${{ 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 }}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user