Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
typenoob committed Oct 23, 2023
1 parent fea3296 commit 375070c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: docker create --platform ${{ matrix.platform }} --name extract typenoob/nxbt:0.1-${{ matrix.id }}
- name: Copy the elf file
run: |
sudo docker cp extract:/nxbt/dist/cli /nxbt-${{ matrix.id }}
sudo docker cp extract:/nxbt/dist/entrypoint /nxbt-${{ matrix.id }}
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 375070c

Please sign in to comment.