Skip to content

Commit

Permalink
fix windows release
Browse files Browse the repository at this point in the history
Followup to #223. I had forgotten to set the shell.
  • Loading branch information
yshavit authored Feb 28, 2025
1 parent 4e887b1 commit f121418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- name: build
run: cargo build --release
- name: check for any changes in the git tree
shell: bash
run: |
set -euo pipefail
if [[ -n "$(git status --porcelain)" ]]; then
echo '::error title=post-build check::changes detected in git tree'
git status
Expand Down

0 comments on commit f121418

Please sign in to comment.