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