Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a1877c715 | ||
|
|
cf5607f783 | ||
|
|
a90f31540d | ||
|
|
aeb6b43254 | ||
|
|
0c01ad30c1 | ||
|
|
22bddf5b79 | ||
|
|
66d92940d9 | ||
|
|
b86b1ea8dd | ||
|
|
ab21c9d1b7 | ||
|
|
233d5c9f2e | ||
|
|
f589b6f1bf | ||
|
|
49efbea146 | ||
|
|
da4ad80b8c |
@@ -51,6 +51,7 @@ jobs:
|
||||
with:
|
||||
name: Release
|
||||
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
||||
overwrite: true
|
||||
retention-days: 1
|
||||
|
||||
- name: Output artifact ID
|
||||
@@ -70,6 +71,9 @@ jobs:
|
||||
tag_name: ${{ github.run_number }}
|
||||
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: Upload Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
@@ -77,7 +81,7 @@ jobs:
|
||||
prerelease: false
|
||||
tag_name: ${{ github.run_number }}
|
||||
body: ${{ github.event.head_commit.message }}
|
||||
files: ${{ runner.temp }}\Release.zip
|
||||
files: ${{ github.workspace }}/Release.zip
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user