Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Jan 26, 2021
1 parent 0732ecc commit 4585b68
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 @@ -24,7 +24,7 @@ jobs:
- if: runner.os == 'Linux'
run: ./scripts/release-linux.sh
- if: runner.os == 'Windows'
run: ./release-win.sh
run: ./scripts/release-win.sh
shell: bash
- if: runner.os == 'macOS'
run: ./scripts/release-osx.sh
Expand Down

0 comments on commit 4585b68

Please sign in to comment.