disable hypertuner upload for now

This commit is contained in:
Matthew Kennedy 2023-11-17 00:01:06 -08:00
parent d274e98abc
commit 3ebc84878a
1 changed files with 9 additions and 9 deletions

View File

@ -356,15 +356,15 @@ 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
# 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' }}