Skip to content

Commit

Permalink
fix copy and paste error :(
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerre committed Oct 10, 2024
1 parent 3feb0ba commit 240e696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
cp -f ".pio/build/${{ matrix.envs }}/firmware.bin" "package/firmware.bin"
cp -f ".pio/build/${{ matrix.envs }}/bootloader.bin" "package/bootloader.bin"
cp -f ".pio/build/${{ matrix.envs }}/partitions.bin" "package/partitions.bin"
cp -f ".pio/build/${{ matrix.envs }}/littlefs.bin" "package/partitions.bin"
cp -f ".pio/build/${{ matrix.envs }}/littlefs.bin" "package/littlefs.bin"
cd ./package
- name: Upload package.zip artifact (Firmware + Bootloader + Partitions + LittleFS)
Expand Down

0 comments on commit 240e696

Please sign in to comment.