Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
webjay committed Dec 8, 2023
1 parent cb325f6 commit 9e70ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
run: docker run --platform linux/amd64 --env "PUBLIC_KEY_HEX=${{ secrets.PUBLIC_KEY_HEX }}" --name firmware-container si-moko

- name: Copy firmware from container
run: docker cp firmware-container:/spaceinvader/dist/firmware.bin ${{ GITHUB_WORKSPACE }}/firmware.bin
run: docker cp firmware-container:/spaceinvader/dist/firmware.bin ${{ github.workspace }}/firmware.bin

- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: ${{ GITHUB_WORKSPACE }}/firmware.bin
files: ${{ github.workspace }}/firmware.bin

0 comments on commit 9e70ee7

Please sign in to comment.