don't upload

This commit is contained in:
Matthew Kennedy 2023-02-21 10:52:31 -08:00
parent 803f0be5d3
commit c3c47eb5a2
2 changed files with 41 additions and 41 deletions

View File

@ -386,44 +386,44 @@ jobs:
# run: |
# ../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' && !inputs.lts }}
uses: actions/upload-artifact@v3
with:
name: fome_${{matrix.build-target}}.elf
path: ./firmware/build/rusefi.elf
# - name: Upload build elf
# if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' && env.skip != 'true' && !inputs.lts }}
# uses: actions/upload-artifact@v3
# with:
# name: fome_${{matrix.build-target}}.elf
# path: ./firmware/build/rusefi.elf
- name: Upload build bin
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' && env.skip != 'true' && !inputs.lts }}
uses: actions/upload-artifact@v3
with:
name: fome_${{matrix.build-target}}.bin
path: ./firmware/deliver/rusefi*.bin
# - name: Upload build bin
# if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' && env.skip != 'true' && !inputs.lts }}
# uses: actions/upload-artifact@v3
# with:
# name: fome_${{matrix.build-target}}.bin
# path: ./firmware/deliver/rusefi*.bin
- name: Upload build hex
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' && env.skip != 'true' && !inputs.lts }}
uses: actions/upload-artifact@v3
with:
name: fome_${{matrix.build-target}}.hex
path: ./firmware/deliver/rusefi*.hex
# - name: Upload build hex
# if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' && env.skip != 'true' && !inputs.lts }}
# uses: actions/upload-artifact@v3
# with:
# name: fome_${{matrix.build-target}}.hex
# path: ./firmware/deliver/rusefi*.hex
- name: Upload build dfu
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' && env.skip != 'true' && !inputs.lts }}
uses: actions/upload-artifact@v3
with:
name: fome_${{matrix.build-target}}.dfu
path: ./firmware/deliver/rusefi*.dfu
# - name: Upload build dfu
# if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' && env.skip != 'true' && !inputs.lts }}
# uses: actions/upload-artifact@v3
# with:
# name: fome_${{matrix.build-target}}.dfu
# path: ./firmware/deliver/rusefi*.dfu
- name: Upload bundle
if: ${{( github.event_name == 'push' && github.ref == 'refs/heads/master' && env.skip != 'true' ) || inputs.lts }}
uses: actions/upload-artifact@v3
with:
name: fome_bundle_${{matrix.build-target}}.zip
path: ./artifacts/fome_bundle*.zip
# - name: Upload bundle
# if: ${{( github.event_name == 'push' && github.ref == 'refs/heads/master' && env.skip != 'true' ) || inputs.lts }}
# uses: actions/upload-artifact@v3
# with:
# name: fome_bundle_${{matrix.build-target}}.zip
# path: ./artifacts/fome_bundle*.zip
- name: Upload autoupdate bundle
if: ${{( github.event_name == 'push' && github.ref == 'refs/heads/master' && env.skip != 'true' ) || inputs.lts }}
uses: actions/upload-artifact@v3
with:
name: fome_bundle_${{matrix.build-target}}_autoupdate.zip
path: ./artifacts/fome_bundle_${{matrix.build-target}}_autoupdate.zip
# - name: Upload autoupdate bundle
# if: ${{( github.event_name == 'push' && github.ref == 'refs/heads/master' && env.skip != 'true' ) || inputs.lts }}
# uses: actions/upload-artifact@v3
# with:
# name: fome_bundle_${{matrix.build-target}}_autoupdate.zip
# path: ./artifacts/fome_bundle_${{matrix.build-target}}_autoupdate.zip

View File

@ -46,8 +46,8 @@ jobs:
working-directory: ./simulator/
run: ./build/rusefi_simulator 10
- name: Upload Linux built simulator
uses: actions/upload-artifact@v3
with:
name: rusefi_simulator_linux
path: ./simulator/build/rusefi_simulator
# - name: Upload Linux built simulator
# uses: actions/upload-artifact@v3
# with:
# name: rusefi_simulator_linux
# path: ./simulator/build/rusefi_simulator