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 e4137e1 commit 270b64f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
extensions: mbstring
- name: Install dependencies with Yarn
run: |
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
ls
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
id: github_release
uses: mikepenz/release-changelog-builder-action@v3
Expand Down

0 comments on commit 270b64f

Please sign in to comment.