Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Oct 31, 2024
1 parent 3c85fa6 commit d4fc930
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ jobs:
pip install --upgrade cryptography
ref="${{ github.ref_name }}"
ref="${ref//\//}"
ref="${ref//-/}"
ref="${ref//_/}"
# lang: en
REF_NAME="${{ github.ref_name }}" pio run -e ${{ matrix.environment }}
mv .pio/build/${{ matrix.environment }}/firmware.bin ./${{ needs.pio_envs.outputs.pio_name }}-$ref-${{ matrix.environment }}-en.OTA.bin
Expand Down

0 comments on commit d4fc930

Please sign in to comment.