Update build.yml
This commit is contained in:
parent
94ce06acd3
commit
40e61ff203
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue