fix(Actions): Short SHA was not used

This commit is contained in:
Yimura 2022-01-03 17:58:04 +01:00
parent 883addc64d
commit 3913db2d35

View File

@ -52,13 +52,13 @@ jobs:
working-directory: bin/Release/ working-directory: bin/Release/
- name: Get commit short sha for nightly name - name: Get commit short sha for nightly name
id: short-sha id: short_sha
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
- name: Nightly Release - name: Nightly Release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
name: Nightly Release ${{ steps.vars.outputs.sha_short }} name: Nightly Release ${{ steps.short_sha.outputs.sha_short }}
tag_name: nightly tag_name: nightly
body: | body: |
This nightly release is provided for testing purposes only, there's no warrenty provided if your account gets banned online. This nightly release is provided for testing purposes only, there's no warrenty provided if your account gets banned online.