Skip to content

Commit

Permalink
Minor change to ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 13, 2022
1 parent c202363 commit 9a19abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 1
- name: Build the package
run: sh ./build.sh
run: bash ./build.sh
- name: Load GHR binary
run: |
curl -sL https://github.com/tcnksm/ghr/releases/download/v${GHR_VERSION}/ghr_v${GHR_VERSION}_linux_amd64.tar.gz | tar zx
Expand Down

0 comments on commit 9a19abe

Please sign in to comment.