Skip to content

Commit

Permalink
Update OSS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Apr 28, 2024
1 parent 558c884 commit ea8aef1
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 @@ -96,8 +96,8 @@ jobs:
ref="${ref//\//}"
ref="${ref//-/}"
ref="${ref//_/}"
mv .pio/build/${{ matrix.environment }}/firmware.bin ./${{ needs.pio_envs.outputs.pio_name }}-$ref-${{ matrix.environment }}.bin
mv .pio/build/${{ matrix.environment }}/firmware.factory.bin ./${{ needs.pio_envs.outputs.pio_name }}-$ref-${{ matrix.environment }}.factory.bin
mv .pio/build/${{ matrix.environment }}/firmware.bin ./${{ needs.pio_envs.outputs.pio_name }}-$ref-${{ matrix.environment }}.UPDATE.bin
mv .pio/build/${{ matrix.environment }}/firmware.factory.bin ./${{ needs.pio_envs.outputs.pio_name }}-$ref-${{ matrix.environment }}.FACTORY.bin
- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ea8aef1

Please sign in to comment.