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