Skip to content

Commit

Permalink
Trial tilde expansion.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoh committed Mar 5, 2024
1 parent 5e5d308 commit 9c95259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
mv .pio/build/${{ matrix.platform }}/firmware.bin $FIRMWARE_NAME
mv .pio/build/${{ matrix.platform }}/bootloader.bin $BOOTLOADER_NAME
mv .pio/build/${{ matrix.platform }}/partitions.bin $PARTITIONS_NAME
mv ${{ env.HOME }}.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin $BOOT_APP0_NAME
mv ~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin $BOOT_APP0_NAME
- name: Upload binary artifact (${{ matrix.platform }})
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9c95259

Please sign in to comment.