Skip to content

Commit

Permalink
Junk paths
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Feb 13, 2022
1 parent f933af5 commit 2ba7aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
run: ls -lR

- name: Zip firmware
run: zip -r ./firmware-${{ steps.version.outputs.version }}.zip ./output
run: zip -j -r ./firmware-${{ steps.version.outputs.version }}.zip ./output

- name: Repackage in single elfs zip
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 2ba7aec

Please sign in to comment.