Update msbuild48.yml

Update msbuild48.yml

Update msbuild48.yml

Update msbuild48.yml

Update msbuild48.yml

Update msbuild48.yml

Update msbuild48.yml

Update msbuild48.yml

Update msbuild48.yml

Update msbuild48.yml

Update msbuild48.yml

Update msbuild48.yml
This commit is contained in:
Ubit Umarov
2022-08-24 23:23:51 +01:00
committed by UbitUmarov
parent bb3735f941
commit edc90fd434

View File

@@ -18,13 +18,14 @@ jobs:
- name: Build
run: msbuild /p:Configuration=Release OpenSim.sln
- uses: actions/upload-artifact@v3
- name: release
run: zip -r LastBuild.zip bin ThirdPartyLicenses README.md CONTRIBUTORS.txt
- name: shortsha
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
- uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.vars.outputs.sha_short }}
name: OpenSimLastBuild
path: |
path/output/bin/
${GITHUB_WORKSPACE}/ThirdPartyLicenses/
${GITHUB_WORKSPACE}/ThirdPartyLicenses
${GITHUB_WORKSPACE}/README.md
${GITHUB_WORKSPACE}/CONTRIBUTORS.txt
files: LastBuild.zip