Shell bash

This commit is contained in:
Jan-Henrik 2025-12-07 23:20:36 +01:00
parent f05aa8d5a3
commit 0a7e0e652d

View file

@ -57,6 +57,7 @@ jobs:
- name: Upload Windows assets
if: matrix.os == 'windows-latest'
shell: bash
run: |
for file in out/make/squirrel.windows/x64/*; do
gh release upload ${{ needs.draft-release.outputs.tag-name }} "$file" --clobber