Update CI

Signed-off-by: Manjusaka <me@manjusaka.me>
This commit is contained in:
Manjusaka 2023-07-19 14:38:10 +08:00
parent 919d7d158f
commit fe4be63189
No known key found for this signature in database
GPG key ID: 878F445D9C6CE65E

View file

@ -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