Skip to content

Commit

Permalink
use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Oct 7, 2024
1 parent 8b5e5c4 commit 4916d49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/github-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:

build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
needs:
- get-version
- test
Expand All @@ -76,7 +79,7 @@ jobs:
- name: run scoper
run: |
bash scoper.sh
source scoper.sh
- name: zip it
run: |
Expand Down

0 comments on commit 4916d49

Please sign in to comment.