We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea3296 commit 375070cCopy full SHA for 375070c
.github/workflows/build-docker-image.yml
@@ -93,7 +93,7 @@ jobs:
93
run: docker create --platform ${{ matrix.platform }} --name extract typenoob/nxbt:0.1-${{ matrix.id }}
94
- name: Copy the elf file
95
run: |
96
- sudo docker cp extract:/nxbt/dist/cli /nxbt-${{ matrix.id }}
+ sudo docker cp extract:/nxbt/dist/entrypoint /nxbt-${{ matrix.id }}
97
- name: Archive production artifacts
98
uses: actions/upload-artifact@v3
99
with:
0 commit comments