Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix: use bash shell on Windows when setting up action
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Dmitrienko committed Jun 24, 2024
1 parent 3354126 commit 14b0dc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
TAG: ${{ github.ref_name }}
steps:
- name: Setup
shell: bash
run: |
echo "EXEC_NAME=albyhub" >> $GITHUB_ENV
echo "PACKAGE_NAME=albyhub-Desktop-${{ runner.os }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 14b0dc8

Please sign in to comment.