Skip to content

Commit

Permalink
Merge pull request #232 from danepowell/danepowell-patch-1
Browse files Browse the repository at this point in the history
Update platformio.yml
  • Loading branch information
gysmo38 authored Aug 6, 2023
2 parents 965b661 + f75ea44 commit 0e3cb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
mv .pio/build/esp32dev/firmware.bin mitsubishi2MQTT_esp32dev.bin
- name: Upload esp32dev artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: mitsubishi2MQTT_esp32dev.bin
path: mitsubishi2MQTT_esp32dev.bin

- name: Upload WEMOS_D1_Mini artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: mitsubishi2MQTT_WEMOS_D1_Mini.bin
path: mitsubishi2MQTT_WEMOS_D1_Mini.bin

0 comments on commit 0e3cb88

Please sign in to comment.