Skip to content

Commit

Permalink
SUKU workflow name and buildd path updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SukuWc committed Jan 8, 2024
1 parent ae5115c commit fe8bb2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 69 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Release Firmware CI/CD for MIDI_Host"
name: "Combined Firmware Workflow"

on:
workflow_dispatch:
Expand All @@ -22,17 +22,17 @@ jobs:
with:
esp_idf_version: latest
target: esp32s3
path: 'firmware'
path: 'Firmware'

- name: Run Unit Tests
run: |
cd firmware/main/host_test
cd Firmware/main/host_test
./test.sh
./test.sh >> test.txt
- name: Convert to uf2
run: |
cd firmware
cd Firmware
sudo python3 ./tools/uf2conv.py -f ESP32S3 ./build/midi_host_fw.bin -b 0x0 -c -o ./output/midi_host_fw.uf2
- name: Set env
Expand All @@ -44,9 +44,9 @@ jobs:
- name: Copy and rename the artifacts
run: |
ls
cp firmware/output/midi_host_fw.uf2 knot_release_${{ env.ACTION_DATE }}.uf2
cp firmware/output/midi_host_fw.uf2 knot_nightly_${{ env.ACTION_DATE }}.uf2
cp firmware/output/midi_host_fw.uf2 knot_nightly.uf2
cp Firmware/output/midi_host_fw.uf2 knot_release_${{ env.ACTION_DATE }}.uf2
cp Firmware/output/midi_host_fw.uf2 knot_nightly_${{ env.ACTION_DATE }}.uf2
cp Firmware/output/midi_host_fw.uf2 knot_nightly.uf2
- uses: actions/upload-artifact@v4
with:
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/knot_firmware_nightly.yml

This file was deleted.

0 comments on commit fe8bb2e

Please sign in to comment.