Skip to content

Commit

Permalink
Zip correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Feb 13, 2022
1 parent 670c22d commit c1cc76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 -r ./firmware-${{ steps.version.outputs.version }}.zip ./output

- name: Repackage in single elfs zip
uses: actions/upload-artifact@v2
Expand All @@ -329,4 +329,4 @@ jobs:
commit: ${{ (github.event.pull_request_target || github.event.pull_request).head.sha }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
artifacts-branch: artifacts
artifacts: ./output/firmware-${{ steps.version.outputs.version }}.zip
artifacts: ./firmware-${{ steps.version.outputs.version }}.zip

0 comments on commit c1cc76d

Please sign in to comment.