diff --git a/.github/workflows/client-builder.yml b/.github/workflows/client-builder.yml index 059d18d..f9a625c 100644 --- a/.github/workflows/client-builder.yml +++ b/.github/workflows/client-builder.yml @@ -51,8 +51,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: https://uploads.github.com/repos/${{ github.repository }}/releases/${{ env.RELEASE_ID }}/assets - asset_path: dist/easynode-client-x86 - asset_name: easynode-client-x86 + asset_path: dist/easynode-client-x64 + asset_name: easynode-client-x64 asset_content_type: application/octet-stream - name: Upload Linux ARM64 Binary to Release