Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1297c6ae9b | ||
|
|
13d948ac3b | ||
|
|
c0d1471e60 |
@@ -57,15 +57,15 @@ jobs:
|
|||||||
release_name: ${{ steps.version.outputs.version }}
|
release_name: ${{ steps.version.outputs.version }}
|
||||||
tag_name: ${{ github.run_number }}
|
tag_name: ${{ github.run_number }}
|
||||||
body: ${{ github.event.head_commit.message }}
|
body: ${{ github.event.head_commit.message }}
|
||||||
|
|
||||||
|
- name: Upload Release
|
||||||
|
uses: actions/upload-release-asset@v1
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
with:
|
||||||
|
name: published
|
||||||
|
path: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Digital Clock\bin\Release\*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user