Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ecdbeaa5a | ||
|
|
42efe17242 | ||
|
|
1c9902d934 | ||
|
|
377eac2700 | ||
|
|
24a312e2bf | ||
|
|
8845aa2765 | ||
|
|
ddf12f2823 | ||
|
|
8ea8779961 | ||
|
|
3022edecb3 | ||
|
|
c2a96579e4 | ||
|
|
ee5ec01f65 | ||
|
|
f4674c8515 | ||
|
|
5a1877c715 | ||
|
|
cf5607f783 | ||
|
|
a90f31540d | ||
|
|
aeb6b43254 | ||
|
|
0c01ad30c1 | ||
|
|
22bddf5b79 | ||
|
|
66d92940d9 | ||
|
|
b86b1ea8dd |
@@ -71,8 +71,11 @@ jobs:
|
|||||||
tag_name: ${{ github.run_number }}
|
tag_name: ${{ github.run_number }}
|
||||||
body: ${{ github.event.head_commit.message }}
|
body: ${{ github.event.head_commit.message }}
|
||||||
|
|
||||||
- name: List Release folder - test
|
- name: Zipping up Release folder
|
||||||
run: ls -R ${{ github.workspace }}\Digital Clock\bin\Release\
|
run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination Release.zip
|
||||||
|
|
||||||
|
- name: test
|
||||||
|
run: ls -R
|
||||||
|
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
@@ -81,7 +84,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: build/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 }}
|
||||||
|
|
||||||
@@ -90,3 +93,4 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user