mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
Update CI
Signed-off-by: Manjusaka <me@manjusaka.me>
This commit is contained in:
parent
919d7d158f
commit
fe4be63189
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -12,10 +12,11 @@ env:
|
||||||
ARCHIVE_BUCKET: debank-build-artifacts
|
ARCHIVE_BUCKET: debank-build-artifacts
|
||||||
ARCHIVE_FILE_PREFIX: downloads/ethereum
|
ARCHIVE_FILE_PREFIX: downloads/ethereum
|
||||||
AWS_REGION: ap-northeast-1
|
AWS_REGION: ap-northeast-1
|
||||||
|
IMAGE: debankdocker/go-ethereum
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-artifacts:
|
release-artifacts:
|
||||||
runs-on: [self-hosted]
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
|
|
@ -66,7 +67,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.get_release.outputs.upload_url }}
|
upload_url: ${{ steps.get_release.outputs.upload_url }}
|
||||||
asset_path: ${{ env.BUILT_BINARY_PATH }}/${{ env.BUILT_BINARY_NAME }}
|
asset_path: ${{ env.BUILT_BINARY_PATH }}/${{ env.BUILT_BINARY_NAME }}
|
||||||
asset_name: derelay-linux
|
asset_name: go-ethereum
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|
||||||
- name: Upload Linux release binary tarbal
|
- name: Upload Linux release binary tarbal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue