Skip to content

Commit bb120ec

Browse files
authored
Fix nightly build: Run binary section execute 'nimbus' instead of 'nimbus_execution_client' (#3980)
* Fix nightly build: Run binary section execute 'nimbus' instead of 'nimbus_execution_client' * Fix checksum file name
1 parent bd9eb5c commit bb120ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nightly_build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/upload-artifact@v4
7070
with:
7171
name: ${{ matrix.os }}-${{ matrix.cpu }}-checksum
72-
path: ./dist/${{ steps.make_dist.outputs.archive_dir }}/build/nimbus_execution_client.sha512sum
72+
path: ./dist/${{ steps.make_dist.outputs.archive_dir }}/build/nimbus.sha512sum
7373
retention-days: 2
7474

7575
run-binary:
@@ -95,7 +95,8 @@ jobs:
9595
- name: Run binary
9696
run: |
9797
tar -xvzf nimbus-eth1-${{ matrix.os }}-${{ matrix.cpu }}-nightly-latest.tar.gz --strip-components=1
98-
build/nimbus_execution_client --help
98+
build/nimbus --help
99+
build/nimbus_verified_proxy --help
99100
100101
nightly-build-release:
101102
name: Nightly build release

0 commit comments

Comments
 (0)