Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f04121586 | ||
|
|
79b30f8010 | ||
|
|
e705329c22 | ||
|
|
2fcf69ae78 | ||
|
|
8d77267dcf | ||
|
|
277d4ed58c | ||
|
|
402006a4f4 | ||
|
|
9ecdbeaa5a | ||
|
|
42efe17242 | ||
|
|
1c9902d934 | ||
|
|
377eac2700 | ||
|
|
24a312e2bf | ||
|
|
8845aa2765 | ||
|
|
ddf12f2823 | ||
|
|
8ea8779961 | ||
|
|
3022edecb3 | ||
|
|
c2a96579e4 | ||
|
|
ee5ec01f65 | ||
|
|
f4674c8515 | ||
|
|
5a1877c715 | ||
|
|
cf5607f783 | ||
|
|
a90f31540d | ||
|
|
aeb6b43254 | ||
|
|
0c01ad30c1 | ||
|
|
22bddf5b79 | ||
|
|
66d92940d9 | ||
|
|
b86b1ea8dd | ||
|
|
ab21c9d1b7 | ||
|
|
233d5c9f2e | ||
|
|
f589b6f1bf | ||
|
|
49efbea146 | ||
|
|
da4ad80b8c |
@@ -51,6 +51,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Release
|
name: Release
|
||||||
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
||||||
|
overwrite: true
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
- name: Output artifact ID
|
- name: Output artifact ID
|
||||||
@@ -70,6 +71,12 @@ jobs:
|
|||||||
tag_name: ${{ github.run_number }}
|
tag_name: ${{ github.run_number }}
|
||||||
body: ${{ github.event.head_commit.message }}
|
body: ${{ github.event.head_commit.message }}
|
||||||
|
|
||||||
|
- name: Zipping up Release folder
|
||||||
|
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
|
||||||
with:
|
with:
|
||||||
@@ -77,9 +84,10 @@ 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: ${{ runner.temp }}\Release.zip
|
files: ${{ github.workspace }}\release.zip
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user