Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
qiqizjl committed Sep 29, 2022
1 parent c3e7cd9 commit a1c7256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: swoole-cli.tar.gz
file: swoole-cli.tar.xz
asset_name: swoole-cli-linux-x64-${{ github.ref_name }}.tar.gz
tag: ${{ github.ref }}
overwrite: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: swoole-cli.tar.gz
file: swoole-cli.tar.xz
asset_name: swoole-cli-macos.x64-${{ github.ref_name }}.tar.gz
tag: ${{ github.ref }}
overwrite: true

0 comments on commit a1c7256

Please sign in to comment.