From 3913db2d35c84552aaf5fc0642aab3cf34390da4 Mon Sep 17 00:00:00 2001 From: Yimura Date: Mon, 3 Jan 2022 17:58:04 +0100 Subject: [PATCH] fix(Actions): Short SHA was not used --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index aa838d6e..a3c8421b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -52,13 +52,13 @@ jobs: working-directory: bin/Release/ - 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)" - name: Nightly Release uses: softprops/action-gh-release@v1 with: - name: Nightly Release ${{ steps.vars.outputs.sha_short }} + name: Nightly Release ${{ steps.short_sha.outputs.sha_short }} tag_name: nightly body: | This nightly release is provided for testing purposes only, there's no warrenty provided if your account gets banned online.