CI: temporary upload file to release asset
This commit is contained in:
parent
bf2faa3038
commit
1c0ef578d5
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -29,3 +29,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: my-artifact
|
name: my-artifact
|
||||||
path: geth-linux-amd64
|
path: geth-linux-amd64
|
||||||
|
- name: Upload Release Asset
|
||||||
|
id: upload-release-asset
|
||||||
|
uses: actions/upload-release-asset@v1
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
with:
|
||||||
|
upload_url: https://uploads.github.com/repos/vulcanize/go-ethereum/releases/18994686/assets{?name,label}
|
||||||
|
asset_path: geth-linux-amd64
|
||||||
|
asset_name: geth-linux-amd64
|
||||||
|
asset_content_type: application/octet-stream
|
Loading…
Reference in New Issue
Block a user