GitHub Actions adding bash to Windows publish workflow

This commit is contained in:
Mark Sinclair
2023-07-04 17:32:32 +01:00
parent 879e324696
commit 57e2628928
@@ -56,9 +56,11 @@ jobs:
encodedString: ${{ secrets.WALLET_ADMIN_ADDRESS }}
- name: Install app dependencies
shell: bash
run: yarn --network-timeout 100000
- name: Build and sign it
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENABLE_CODE_SIGNING: ${{ secrets.WINDOWS_CERTIFICATE }}