Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da4ad80b8c | ||
|
|
b992b7b804 | ||
|
|
5d9a123932 | ||
|
|
1594d03086 | ||
|
|
176f2d4f95 | ||
|
|
f8597e5d82 | ||
|
|
fe7a3cf044 | ||
|
|
7bb51ec6a8 |
@@ -43,7 +43,7 @@ jobs:
|
||||
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
|
||||
|
||||
- name: Show Github infos
|
||||
run: echo 'Workspace path ${{ github.workspace }}' ##D:\a\Digital-Clock-in-sharpc\Digital-Clock-in-sharpc
|
||||
run: echo 'Workspace path ${{ github.workspace }} - runner.temp ${{ runner.temp }}'
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
@@ -77,7 +77,7 @@ jobs:
|
||||
prerelease: false
|
||||
tag_name: ${{ github.run_number }}
|
||||
body: ${{ github.event.head_commit.message }}
|
||||
files: ${{ github.workspace }}\Digital Clock\bin\Release\*
|
||||
files: build\Release.zip
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
||||
@@ -86,4 +86,3 @@ jobs:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user