Skip to content

Commit

Permalink
release remove debug version (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk authored Jan 8, 2024
1 parent aa2c13e commit 524472a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/linux-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
swoole-cli-v${{ env.APP_VERSION }}-linux-arm64.tar.xz
swoole-cli-v${{ env.APP_VERSION }}-linux-arm64-debug.tar.xz
files: swoole-cli-v${{ env.APP_VERSION }}-linux-arm64.tar.xz
4 changes: 1 addition & 3 deletions .github/workflows/linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
swoole-cli-v${{ env.APP_VERSION }}-linux-x64.tar.xz
swoole-cli-v${{ env.APP_VERSION }}-linux-x64-debug.tar.xz
files: swoole-cli-v${{ env.APP_VERSION }}-linux-x64.tar.xz
4 changes: 1 addition & 3 deletions .github/workflows/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
swoole-cli-v${{ env.APP_VERSION }}-macos-x64.tar.xz
swoole-cli-v${{ env.APP_VERSION }}-macos-x64-debug.tar.xz
files: swoole-cli-v${{ env.APP_VERSION }}-macos-x64.tar.xz

0 comments on commit 524472a

Please sign in to comment.