diff --git a/.github/workflows/plugin_release.yml b/.github/workflows/plugin_release.yml index f0451f1..782bb04 100644 --- a/.github/workflows/plugin_release.yml +++ b/.github/workflows/plugin_release.yml @@ -68,6 +68,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Set protoc env + shell: bash run: | if [[ "${{ matrix.platform.os }}" == "windows-latest" ]]; then echo "PROTOC=${{ steps.protoc-install.outputs.path }}/protoc.exe" >> "$GITHUB_ENV" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd30d2e..d7005da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,6 +74,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Set protoc env + shell: bash run: | if [[ "${{ matrix.platform.os }}" == "windows-latest" ]]; then echo "PROTOC=${{ steps.protoc-install.outputs.path }}/protoc.exe" >> "$GITHUB_ENV"