Skip to content

Commit

Permalink
shell: bash fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremtb committed Oct 7, 2024
1 parent 7657b93 commit 57c6d78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-publish-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
- name: Build the app (updater-test)
if: ${{ env.CUT_RELEASE_PR == 'true' }}
run: yarn electron-builder --config ${{ env.BUILD_RELEASE && '--publish always' || '' }}
shell: bash

- uses: actions/upload-artifact@v3
if: ${{ env.CUT_RELEASE_PR == 'true' }}
Expand Down

0 comments on commit 57c6d78

Please sign in to comment.