mirror of
https://github.com/opensim/opensim.git
synced 2026-05-13 01:46:07 +08:00
Update msbuild48.yml
try again
This commit is contained in:
7
.github/workflows/msbuild48.yml
vendored
7
.github/workflows/msbuild48.yml
vendored
@@ -12,13 +12,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: preBuild
|
- name: preBuild
|
||||||
run: bash ${GITHUB_WORKSPACE}/runprebuild48.sh
|
run: bash ${GITHUB_WORKSPACE}/runprebuild48.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
run: msbuild /p:Configuration=Release OpenSim.sln
|
run: msbuild /p:Configuration=Release OpenSim.sln
|
||||||
|
|
||||||
- name: store
|
- name: store
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
@@ -29,5 +27,4 @@ jobs:
|
|||||||
${GITHUB_WORKSPACE}/ThirdPartyLicenses
|
${GITHUB_WORKSPACE}/ThirdPartyLicenses
|
||||||
${GITHUB_WORKSPACE}/README.md
|
${GITHUB_WORKSPACE}/README.md
|
||||||
${GITHUB_WORKSPACE}/CONTRIBUTORS.txt
|
${GITHUB_WORKSPACE}/CONTRIBUTORS.txt
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user