Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ea8779961 | ||
|
|
3022edecb3 | ||
|
|
c2a96579e4 |
@@ -77,6 +77,10 @@ jobs:
|
|||||||
- name: test
|
- name: test
|
||||||
run: ls -R
|
run: ls -R
|
||||||
|
|
||||||
|
- uses: ncipollo/release-action@v1
|
||||||
|
with:
|
||||||
|
artifacts: "Release.zip"
|
||||||
|
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
@@ -84,7 +88,7 @@ jobs:
|
|||||||
prerelease: false
|
prerelease: false
|
||||||
tag_name: ${{ github.run_number }}
|
tag_name: ${{ github.run_number }}
|
||||||
body: ${{ github.event.head_commit.message }}
|
body: ${{ github.event.head_commit.message }}
|
||||||
files: ${{ github.workspace }}\Release.zip
|
files: D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc\Release.zip
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user