need-id.....
This commit is contained in:
@@ -47,9 +47,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
run: |
|
id: artifact-upload-step
|
||||||
echo "MYID=${{ steps.artifact-upload-step.outputs.artifact-id }} >>$GITHUB_ENV"
|
|
||||||
echo "MYURL=${{ steps.artifact-upload-step.outputs.artifact-url }} >>$GITHUB_ENV"
|
|
||||||
with:
|
with:
|
||||||
name: Release
|
name: Release
|
||||||
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
||||||
@@ -59,6 +57,10 @@ 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 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 }}'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user