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 |
@@ -71,10 +71,11 @@ jobs:
|
||||
tag_name: ${{ github.run_number }}
|
||||
body: ${{ github.event.head_commit.message }}
|
||||
|
||||
- name: testing
|
||||
run: |
|
||||
ls -R
|
||||
ls -la ${{ github.workspace }}\Digital Clock\bin\Release\
|
||||
- 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
|
||||
uses: softprops/action-gh-release@v1
|
||||
@@ -83,7 +84,7 @@ jobs:
|
||||
prerelease: false
|
||||
tag_name: ${{ github.run_number }}
|
||||
body: ${{ github.event.head_commit.message }}
|
||||
files: build/Release.zip
|
||||
files: ${{ github.workspace }}\release.zip
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
@@ -92,3 +93,4 @@ jobs:
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user