From af292e3508f30f9e3a7e3c5296753005bc134763 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Fri, 26 Jan 2024 16:47:47 -0600 Subject: [PATCH] ... --- .github/workflows/build.yml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index faff72d..78a9fa2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,4 +41,30 @@ jobs: working-directory: ${{env.GITHUB_WORKSPACE}} # Add additional options to the MSBuild command line here (like platform or verbosity level). # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference - run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} \ No newline at end of file + run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} + + - uses: actions/upload-artifact@master + with: + name: Bin + path: Digital-Clock-in-sharpc\Digital Clock\bin\Release\Digital Clock.exe + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file