Compare commits

..
7 Commits
81 .. 88
Author SHA1 Message Date
U-METAL103\103 49efbea146 build2 2024-01-30 23:52:50 -06:00
U-METAL103\103 da4ad80b8c build 2024-01-30 23:48:11 -06:00
U-METAL103\103 b992b7b804 temp 2024-01-30 21:17:57 -06:00
U-METAL103\103 5d9a123932 runnertemp 2024-01-30 20:57:13 -06:00
U-METAL103\103 1594d03086 1111111 2024-01-30 20:32:11 -06:00
U-METAL103\103 176f2d4f95 cutoff 2024-01-30 20:04:02 -06:00
U-METAL103\103 f8597e5d82 workass 2024-01-30 19:57:43 -06:00
+3 -2
View File
@@ -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
@@ -51,6 +51,7 @@ jobs:
with:
name: Release
path: ${{ github.workspace }}\Digital Clock\bin\Release\*
overwrite: true
retention-days: 1
- name: Output artifact ID
@@ -77,7 +78,7 @@ jobs:
prerelease: false
tag_name: ${{ github.run_number }}
body: ${{ github.event.head_commit.message }}
files: ${{ github.workspace }}\Digital Clock\bin\Release.zip
files: build/Release.zip
env:
GITHUB_TOKEN: ${{ github.token }}