Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
242ebfa1a9 | ||
|
|
e2d44a752f | ||
|
|
1f3576c787 | ||
|
|
47252f024f | ||
|
|
b752455524 | ||
|
|
8871ea4388 | ||
|
|
38cd5d17e8 |
@@ -47,6 +47,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
id: artifact-upload-step
|
||||||
with:
|
with:
|
||||||
name: Release
|
name: Release
|
||||||
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
||||||
@@ -55,12 +56,16 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
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 ID
|
||||||
|
run: echo 'Artifact ID is ${{ steps.artifact-upload-step.outputs.artifact-id }}'
|
||||||
|
|
||||||
- name: Output Artifact MYURL
|
- name: Output Artifact MYURL
|
||||||
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 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