Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f530079f09 |
@@ -72,7 +72,8 @@ jobs:
|
|||||||
body: ${{ github.event.head_commit.message }}
|
body: ${{ github.event.head_commit.message }}
|
||||||
|
|
||||||
- name: Zipping up Release folder
|
- name: Zipping up Release folder
|
||||||
run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination release.zip
|
##run: Compress-Archive -Path "${{ github.workspace }}\Digital Clock\bin\Release\" -Destination release.zip
|
||||||
|
run: 7z a release.zip "${{ github.workspace }}\Digital Clock\bin\Release\"
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: ls -R
|
run: ls -R
|
||||||
|
|||||||
Reference in New Issue
Block a user