Skip to content

Commit

Permalink
Update publish-devices.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanForever authored Jan 23, 2022
1 parent 720ce65 commit 2589856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-devices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Zip up binary
run: |
zip ${{ matrix.microcontroller[2] }}-${{ matrix.driver[1] }}.zip ${{ steps.build-device.outputs.binary-path }}
zip -j ${{ matrix.microcontroller[2] }}-${{ matrix.driver[1] }}.zip ${{ steps.build-device.outputs.binary-path }}
ls -lh
unzip -l ${{ matrix.microcontroller[2] }}-${{ matrix.driver[1] }}.zip
Expand Down

0 comments on commit 2589856

Please sign in to comment.