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 Matt Heins
parent 322fb3840b
commit c7536879ed

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