Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensElflein committed Nov 7, 2022
1 parent b819af3 commit ef4a0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ jobs:
path: firmware

- name: Create firmware zip
run: zip -r release/firmware.zip firmware
run: zip -r firmware.zip firmware

- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
files: release/*
files: firmware.zip

0 comments on commit ef4a0c7

Please sign in to comment.