This commit is contained in:
U-METAL103\103
2024-01-26 16:51:32 -06:00
parent af292e3508
commit e2fa9f3403
+4 -3
View File
@@ -43,10 +43,11 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
- uses: actions/upload-artifact@master
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: Bin
path: Digital-Clock-in-sharpc\Digital Clock\bin\Release\Digital Clock.exe
name: my-artifact
path: ${{env.SOLUTION_FILE_PATH}}