Skip to content

Commit

Permalink
ci(release): use bash as shell for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
iahmadgad committed Dec 15, 2024
1 parent 192e649 commit 4781769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: echo "version=`just fetch-version`" >> "$GITHUB_ENV"

- name: Build
shell: bash
run: just deb ${{ matrix.job.arch }}

- name: Upload Termux deb package artifact
Expand Down

0 comments on commit 4781769

Please sign in to comment.