From fe4be63189ce26bcbedfb2130aee33d74cf5fe6c Mon Sep 17 00:00:00 2001 From: Manjusaka Date: Wed, 19 Jul 2023 14:38:10 +0800 Subject: [PATCH] Update CI Signed-off-by: Manjusaka --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 80cf2a0811..c8bfc6730e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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