Update build.yml

This commit is contained in:
tidex 2025-02-16 14:41:20 +08:00 committed by GitHub
parent 94ce06acd3
commit 40e61ff203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -43,3 +43,13 @@ jobs:
with: with:
name: cloudflared-${{ matrix.target_arch }} name: cloudflared-${{ matrix.target_arch }}
path: cloudflared-${{ matrix.target_arch }} path: cloudflared-${{ matrix.target_arch }}
- name: Upload Release Assets
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./artifacts/cloudflared-${{ matrix.target_arch }}
asset_name: cloudflared-${{ matrix.target_arch }}
asset_content_type: application/octet-stream