Просмотр исходного кода

CI: Run git_short_hash inside of bash (#3808)

TSRBerry 3 лет назад
Родитель
Сommit
141cf61ff7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.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