diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index a7ec627fce..0c39e4bcc8 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -356,15 +356,16 @@ jobs: if: ${{ env.full == 'true' }} run: bash misc/jenkins/compile_other_versions/prepare_bundle.sh ${{matrix.build-target}} "${{matrix.ini-file}}" ${{ toJSON(inputs.build_name) }} - # - name: Upload INI to tunes.fome.tech - # if: ${{ env.full == 'true' && env.upload == 'true' }} - # uses: hyper-tuner/ini-upload-action@v1 - # with: - # api-url: "${{ secrets.HYPER_TUNER_INI_UPLOAD_URL }}" - # username: "${{ secrets.HYPER_TUNER_INI_UPLOAD_USERNAME }}" - # password: "${{ secrets.HYPER_TUNER_INI_UPLOAD_PASSWORD }}" - # path: ./firmware/tunerstudio/generated/${{matrix.ini-file}} - # ecosystem: fome + - name: Upload INI to tunes.fome.tech + if: ${{ env.full == 'true' && env.upload == 'true' }} + uses: hyper-tuner/ini-upload-action@v1 + continue-on-error: true + with: + api-url: "${{ secrets.HYPER_TUNER_INI_UPLOAD_URL }}" + username: "${{ secrets.HYPER_TUNER_INI_UPLOAD_USERNAME }}" + password: "${{ secrets.HYPER_TUNER_INI_UPLOAD_PASSWORD }}" + path: ./firmware/tunerstudio/generated/${{matrix.ini-file}} + ecosystem: fome # - name: Upload .ini files # if: ${{ env.full == 'true' && env.upload == 'true' }}