Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47252f024f | ||
|
|
b752455524 | ||
|
|
8871ea4388 | ||
|
|
38cd5d17e8 |
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user