Skip to content

Commit

Permalink
change form names
Browse files Browse the repository at this point in the history
(cherry picked from commit 12b41862cccb57972e61a3cdf6115f249abbf678)
  • Loading branch information
mathieucarbou committed Jul 12, 2024
1 parent 697a7d7 commit 986f526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ jobs:
ref="${ref//_/}"
# lang: en
pio run -e ${{ matrix.environment }}
mv .pio/build/${{ matrix.environment }}/firmware.bin ./${{ needs.pio_envs.outputs.pio_name }}-$ref-${{ matrix.environment }}-en.UPDATE.bin
mv .pio/build/${{ matrix.environment }}/firmware.bin ./${{ needs.pio_envs.outputs.pio_name }}-$ref-${{ matrix.environment }}-en.OTA.bin
mv .pio/build/${{ matrix.environment }}/firmware.factory.bin ./${{ needs.pio_envs.outputs.pio_name }}-$ref-${{ matrix.environment }}-en.FACTORY.bin
# lang: fr
sed -i 's/YASOLR_LANG_EN/YASOLR_LANG_FR/' platformio.ini
pio run -e ${{ matrix.environment }}
mv .pio/build/${{ matrix.environment }}/firmware.bin ./${{ needs.pio_envs.outputs.pio_name }}-$ref-${{ matrix.environment }}-fr.UPDATE.bin
mv .pio/build/${{ matrix.environment }}/firmware.bin ./${{ needs.pio_envs.outputs.pio_name }}-$ref-${{ matrix.environment }}-fr.OTA.bin
mv .pio/build/${{ matrix.environment }}/firmware.factory.bin ./${{ needs.pio_envs.outputs.pio_name }}-$ref-${{ matrix.environment }}-fr.FACTORY.bin
- name: Upload
Expand Down

0 comments on commit 986f526

Please sign in to comment.