fix typo
This commit is contained in:
parent
3c51cdded8
commit
6e1d9d1f5b
|
@ -135,21 +135,21 @@ jobs:
|
||||||
|
|
||||||
- name: Upload build bin
|
- name: Upload build bin
|
||||||
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' }}
|
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' }}
|
||||||
uses: actions/upload-artifacts@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: rusefi_${{matrix.build-target}}.bin
|
name: rusefi_${{matrix.build-target}}.bin
|
||||||
path: firmware/deliver/rusefi_${{matrix.build-target}}.bin
|
path: firmware/deliver/rusefi_${{matrix.build-target}}.bin
|
||||||
|
|
||||||
- name: Upload build hex
|
- name: Upload build hex
|
||||||
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' }}
|
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' }}
|
||||||
uses: actions/upload-artifacts@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: rusefi_${{matrix.build-target}}.hex
|
name: rusefi_${{matrix.build-target}}.hex
|
||||||
path: firmware/deliver/rusefi_${{matrix.build-target}}.hex
|
path: firmware/deliver/rusefi_${{matrix.build-target}}.hex
|
||||||
|
|
||||||
- name: Upload build dfu
|
- name: Upload build dfu
|
||||||
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' }}
|
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' }}
|
||||||
uses: actions/upload-artifacts@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: rusefi_${{matrix.build-target}}.dfu
|
name: rusefi_${{matrix.build-target}}.dfu
|
||||||
path: firmware/deliver/rusefi_${{matrix.build-target}}.dfu
|
path: firmware/deliver/rusefi_${{matrix.build-target}}.dfu
|
||||||
|
|
Loading…
Reference in New Issue