CI: Run git_short_hash inside of bash (#3808)

This commit is contained in:
TSRBerry 2022-10-29 21:00:08 +02:00 committed by GitHub
parent 3fe3598d41
commit 141cf61ff7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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