echo3
This commit is contained in:
@@ -47,13 +47,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
run: |
|
||||||
|
echo "MYID=${{ steps.artifact-upload-step.outputs.artifact-id }}"
|
||||||
|
echo "MYURL=${{ steps.artifact-upload-step.outputs.artifact-url }}"
|
||||||
with:
|
with:
|
||||||
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user