Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b752455524 | ||
|
|
8871ea4388 |
@@ -51,6 +51,9 @@ jobs:
|
|||||||
name: Release
|
name: Release
|
||||||
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
run: |
|
||||||
|
echo "MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}"
|
||||||
|
echo "MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }}"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
|
MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }}
|
||||||
@@ -60,10 +63,7 @@ jobs:
|
|||||||
run: echo 'Artifact URL is ${{ steps.artifact-upload-step.outputs.artifact-url }}'
|
run: echo 'Artifact URL is ${{ steps.artifact-upload-step.outputs.artifact-url }}'
|
||||||
|
|
||||||
- name: Output env.MYURL
|
- name: Output env.MYURL
|
||||||
run: echo 'Artifact URL is ${{ 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
|
- 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 }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user