upload ini from firmware build #4456

debug
This commit is contained in:
rusefillc 2022-08-17 19:57:04 -04:00
parent 3e09a6cf35
commit f177d96a4e
1 changed files with 5 additions and 1 deletions

View File

@ -356,7 +356,11 @@ jobs:
- name: Upload .ini files
working-directory: ./firmware/tunerstudio/generated
run: ../upload_ini.sh ${{matrix.ini-file}} ${{ secrets.RUSEFI_ONLINE_FTP_USER }} ${{ secrets.RUSEFI_ONLINE_FTP_PASS }} ${{ secrets.RUSEFI_FTP_SERVER }}
run: |
ls -l ..
ls -l
echo ${{matrix.ini-file}}
../upload_ini.sh ${{matrix.ini-file}} ${{ secrets.RUSEFI_ONLINE_FTP_USER }} ${{ secrets.RUSEFI_ONLINE_FTP_PASS }} ${{ secrets.RUSEFI_FTP_SERVER }}
- name: Upload build elf
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' && env.skip != 'true' }}