From 127c187f9c4c41df4b154567da65d50ec96b5179 Mon Sep 17 00:00:00 2001 From: Roman Belov Date: Fri, 16 Feb 2024 22:23:12 +0300 Subject: [PATCH] Fixed build workflow. --- .github/workflows/makefile.yml | 4 ++-- src/bundle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index e39c002..e58f073 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -28,6 +28,6 @@ jobs: - name: Build PESC1 firmware run: make -C src HWREV=PESC1 - - name: Build VESC6A firmware - run: make -C src HWREV=VESC6A + - name: Build FSESC67 firmware + run: make -C src HWREV=FSESC67 diff --git a/src/bundle b/src/bundle index 0fb8866..71a37b0 100755 --- a/src/bundle +++ b/src/bundle @@ -24,7 +24,7 @@ fi install -D -t /tmp/$BUNDLE/ ../README.md || exit install -D -t /tmp/$BUNDLE/doc ../doc/*.md || exit -install -D -t /tmp/$BUNDLE/bin /tmp/pmc-*/pmc-*.bin || exit +install -D -t /tmp/$BUNDLE/firmware /tmp/pmc-*/pmc-*.bin || exit install -D -t /tmp/$BUNDLE/phobia /tmp/phobia/*/phobia-*.exe || exit zip -rD -9 /tmp/$BUNDLE.zip /tmp/$BUNDLE