Update msbuild48.yml

This commit is contained in:
Ubit Umarov
2022-08-25 02:11:55 +01:00
committed by GitHub
parent c83680a20a
commit 99b87a2d4e

View File

@@ -20,11 +20,12 @@ jobs:
- name: release
run: zip -r LastBuild.zip bin ThirdPartyLicenses README.md CONTRIBUTORS.txt
- name: shortsha
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- 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: ${{SHORT_SHA}}
tag_name: ${{ steps.vars.outputs.sha_short }}
name: OpenSimLastBuild
files: LastBuild.zip