Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c01ad30c1 | ||
|
|
22bddf5b79 | ||
|
|
66d92940d9 |
@@ -72,8 +72,10 @@ jobs:
|
|||||||
body: ${{ github.event.head_commit.message }}
|
body: ${{ github.event.head_commit.message }}
|
||||||
|
|
||||||
- name: testing
|
- name: testing
|
||||||
run: pwd
|
run: |
|
||||||
|
ls -R
|
||||||
|
ls -la ${{ github.workspace }}\Digital Clock\bin\Release\
|
||||||
|
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user