try ./
This commit is contained in:
parent
6e1d9d1f5b
commit
e1ca5c2a94
|
@ -138,21 +138,21 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
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
|
||||
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
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
|
||||
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: rusefi_${{matrix.build-target}}.dfu
|
||||
path: firmware/deliver/rusefi_${{matrix.build-target}}.dfu
|
||||
path: ./firmware/deliver/rusefi_${{matrix.build-target}}.dfu
|
||||
|
||||
- name: Upload bundle
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||
|
|
Loading…
Reference in New Issue