Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
suyulin committed Dec 25, 2024
1 parent d886e80 commit b9ddda9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,8 @@ jobs:
fi
# 上传二进制文件到 Release
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
- uses: actions/upload-artifact@v4
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/afptool-rs-${{ matrix.os }}*
asset_name: afptool-rs-${{ matrix.os }}
tag: ${{ github.ref_name }}
overwrite: true
body: |
This is the cross-platform release for afptool-rs.
- Built for ${{ matrix.os }} using GitHub Actions.
name: afptool-rs-${{ matrix.os }}
path: dist/afptool-rs-${{ matrix.os }}*
if-no-files-found: error

0 comments on commit b9ddda9

Please sign in to comment.