aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTSRBerry <20988865+TSRBerry@users.noreply.github.com>2022-10-29 21:00:08 +0200
committerGitHub <noreply@github.com>2022-10-29 19:00:08 +0000
commit141cf61ff72224c394cab4e5e252907d0cdb797a (patch)
treec84bbe4598478f5ea7d7a096bbdff37fea955c8e
parent3fe3598d41a1d673f917fa30bed04b2ed19e0c82 (diff)
CI: Run git_short_hash inside of bash (#3808)1.1.334
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0ba0e01a..6feb14b8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -57,6 +57,7 @@ jobs:
- name: Get git short hash
id: git_short_hash
run: echo "result=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
+ shell: bash
- name: Clear
run: dotnet clean && dotnet nuget locals all --clear
- name: Build