Update msbuild48.yml

try add a github last build artifact
This commit is contained in:
Ubit Umarov
2022-08-24 23:08:19 +01:00
committed by GitHub
parent 116a1ecd5f
commit 25483d9c61

View File

@@ -12,9 +12,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
- uses: actions/checkout@v3
- name: preBuild
run: bash ${GITHUB_WORKSPACE}/runprebuild48.sh
- name: Build
run: msbuild /p:Configuration=Release OpenSim.sln
- name: store
- uses: actions/upload-artifact@v3
with:
name: OpenSimLastBuild
path: |
path/output/bin/
${GITHUB_WORKSPACE}/ThirdPartyLicenses/
${GITHUB_WORKSPACE}/ThirdPartyLicenses
${GITHUB_WORKSPACE}/README.md
${GITHUB_WORKSPACE}/CONTRIBUTORS.txt