Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Manjusaka <[email protected]>
  • Loading branch information
Zheaoli committed Jul 19, 2023
1 parent 919d7d1 commit fe4be63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ env:
ARCHIVE_BUCKET: debank-build-artifacts
ARCHIVE_FILE_PREFIX: downloads/ethereum
AWS_REGION: ap-northeast-1
IMAGE: debankdocker/go-ethereum

jobs:
release-artifacts:
runs-on: [self-hosted]
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down Expand Up @@ -66,7 +67,7 @@ jobs:
with:
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ${{ env.BUILT_BINARY_PATH }}/${{ env.BUILT_BINARY_NAME }}
asset_name: derelay-linux
asset_name: go-ethereum
asset_content_type: application/octet-stream

- name: Upload Linux release binary tarbal
Expand Down

0 comments on commit fe4be63

Please sign in to comment.