Skip to content

Commit

Permalink
Update platformio.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Aug 5, 2023
1 parent 965b661 commit f75ea44
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 f75ea44

Please sign in to comment.