Skip to content

Commit

Permalink
fix(ci): fix windows shell issue
Browse files Browse the repository at this point in the history
  • Loading branch information
robertohuertasm committed Jan 27, 2020
1 parent 64c42c8 commit 1e140fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Build the crate for release
shell: bash
run: |
cargo build --release
ls -la target/release
Expand Down

0 comments on commit 1e140fe

Please sign in to comment.