Skip to content

Commit

Permalink
fix:修复执行文件错误
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkioTomas committed Oct 17, 2023
1 parent 5f35a81 commit e4137e1
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 @@ -26,7 +26,7 @@ jobs:
extensions: mbstring
- name: Install dependencies with Yarn
run: |
chmod +x /src/cleanphp/release/clean
chmod +x ./src/cleanphp/release/clean
./src/cleanphp/release/clean release -v=${{ steps.get_tag.outputs.tag_name }} -n=vpay
./src/cleanphp/release/clean release -v=${{ steps.get_tag.outputs.tag_name }} -n=vpay_bt -f=build_bt.php
- name: Build Changelog
Expand Down

0 comments on commit e4137e1

Please sign in to comment.