Skip to content

Commit

Permalink
feat: fixbug for windows bash not found
Browse files Browse the repository at this point in the history
  • Loading branch information
yubing744 committed Jul 5, 2022
1 parent 95999a9 commit 28d5f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
args: --release

- name: package move asset
run: ./scripts/package_asset.sh ${{ matrix.platform }}
run: bash ./scripts/package_asset.sh ${{ matrix.platform }}

- name: upload move asset
if: ${{ github.event_name == 'release'}}
Expand Down

0 comments on commit 28d5f48

Please sign in to comment.