Re-enable INI upload and continue on error (#308)

This commit is contained in:
Piotr Rogowski 2023-11-24 12:26:00 +01:00 committed by GitHub
parent 0df47821cb
commit db0e39fcbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 9 deletions

View File

@ -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' }}