mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
Shell bash
This commit is contained in:
parent
f05aa8d5a3
commit
0a7e0e652d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue