Skip to content

Commit

Permalink
Enable INI upload (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l authored May 16, 2023
1 parent 8bf86c2 commit 88d340d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,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 HyperTuner .ini
# 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' }}
Expand Down

0 comments on commit 88d340d

Please sign in to comment.