diff --git a/.github/workflows/msbuild48.yml b/.github/workflows/msbuild48.yml index f7ae6f7301..df9ef2cc95 100644 --- a/.github/workflows/msbuild48.yml +++ b/.github/workflows/msbuild48.yml @@ -21,7 +21,7 @@ jobs: - name: release run: zip -r LastBuild.zip bin ThirdPartyLicenses README.md CONTRIBUTORS.txt - name: shortsha - - id: vars + id: vars run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" - uses: softprops/action-gh-release@v1 with: