Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueforcer authored May 11, 2023
1 parent b930066 commit 10fd73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
run: mv docs/ulanzi_flasher/firmware/new-manifest.json docs/ulanzi_flasher/firmware/manifest.json

- name: Create new manifest.json for awtrix2_upgrade
run: cat docs/awtrix2_upgrade/firmware/manifest.json | jq '.version="${{ steps.version_number.outputs.firmware_version }}"' > docs/awtrix2_upgrade/firmware/new-manifest.json
run: cat docs/awtrix2_flasher/firmware/manifest.json | jq '.version="${{ steps.version_number.outputs.firmware_version }}"' > docs/awtrix2_flasher/firmware/new-manifest.json

- name: Override previous manifest.json for awtrix2_upgrade
run: mv docs/awtrix2_upgrade/firmware/new-manifest.json docs/awtrix2_upgrade/firmware/manifest.json
run: mv docs/awtrix2_flasher/firmware/new-manifest.json docs/awtrix2_flasher/firmware/manifest.json

- name: Upload ulanzi firmware as artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 10fd73e

Please sign in to comment.