From ed8b205b9f1457d34d15cea56319faa9c928ee34 Mon Sep 17 00:00:00 2001 From: Ubit Umarov Date: Thu, 25 Aug 2022 02:16:52 +0100 Subject: [PATCH] Update msbuild48.yml --- .github/workflows/msbuild48.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/msbuild48.yml b/.github/workflows/msbuild48.yml index df9ef2cc95..e96b896b54 100644 --- a/.github/workflows/msbuild48.yml +++ b/.github/workflows/msbuild48.yml @@ -13,16 +13,16 @@ jobs: steps: - uses: actions/checkout@v3 + - name: shortsha + id: vars + run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" - name: preBuild run: bash ${GITHUB_WORKSPACE}/runprebuild48.sh - name: Build run: msbuild /p:Configuration=Release OpenSim.sln - - 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 }}