From a7397c3316a2536fbaea48abc624133b995c0f2a Mon Sep 17 00:00:00 2001 From: Philipp Crocoll Date: Tue, 17 Jun 2025 21:08:13 +0200 Subject: [PATCH] explicitly set shell=bash --- .github/workflows/release-net.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-net.yml b/.github/workflows/release-net.yml index c66d0ea1..73cb2d65 100644 --- a/.github/workflows/release-net.yml +++ b/.github/workflows/release-net.yml @@ -23,6 +23,7 @@ jobs: - name: Print name run: echo "Hello $NAME. $BUILD. " + shell: bash env: BUILD: 'We are currently testing' @@ -33,6 +34,7 @@ jobs: MyAndroidSigningStorePass: ${{ secrets.KEY_STORE_PASSWORD }} MyAndroidSigningKeyPass: ${{ secrets.KEY_PASSWORD }} MyTestEnv: abcd + shell: bash run: | echo $KeyStore echo ${{ github.workspace }}/kp2a_net.keystore