Skip to content

Commit

Permalink
ensure we call bash on windows when calling gh upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Jan 6, 2025
1 parent e6bae52 commit 99ae294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ github.ref_name }} .artifacts/publish/docs-builder/release/*.zip
shell: bash

0 comments on commit 99ae294

Please sign in to comment.