Skip to content

Commit 375070c

Browse files
committed
update
1 parent fea3296 commit 375070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: docker create --platform ${{ matrix.platform }} --name extract typenoob/nxbt:0.1-${{ matrix.id }}
9494
- name: Copy the elf file
9595
run: |
96-
sudo docker cp extract:/nxbt/dist/cli /nxbt-${{ matrix.id }}
96+
sudo docker cp extract:/nxbt/dist/entrypoint /nxbt-${{ matrix.id }}
9797
- name: Archive production artifacts
9898
uses: actions/upload-artifact@v3
9999
with:

0 commit comments

Comments
 (0)