This commit is contained in:
U-METAL103\103
2024-01-26 16:58:21 -06:00
parent b3b9087114
commit 27b49fa4f7
+4 -3
View File
@@ -43,10 +43,11 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference # See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
- uses: actions/upload-artifact@v4 - name: Upload Artifact
uses: actions/upload-artifact@v4
with: with:
name: my-artifact name: published
path: ${{env.SOLUTION_FILE_PATH}} path: bin\Release