From 10fd73ed7307fd3d74e642ebf2a61e8ff1a2ef7d Mon Sep 17 00:00:00 2001 From: Stephan <31169771+Blueforcer@users.noreply.github.com> Date: Thu, 11 May 2023 22:38:04 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c4f4261d..8bcf760c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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