From 40e61ff20304c0a65ad706dd444288129a939cc6 Mon Sep 17 00:00:00 2001 From: tidex <46107860+tidexe@users.noreply.github.com> Date: Sun, 16 Feb 2025 14:41:20 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6947d7f5..0de981ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,3 +43,13 @@ jobs: with: name: 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