This commit is contained in:
David Holdeman 2020-07-19 15:09:29 -05:00
parent 3c51cdded8
commit 6e1d9d1f5b
1 changed files with 3 additions and 3 deletions

View File

@ -135,21 +135,21 @@ jobs:
- name: Upload build bin
if: ${{ github.event_name != 'push' || github.ref != 'refs/heads/master' }}
uses: actions/upload-artifacts@v2
uses: actions/upload-artifact@v2
with:
name: 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-artifacts@v2
uses: actions/upload-artifact@v2
with:
name: 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-artifacts@v2
uses: actions/upload-artifact@v2
with:
name: rusefi_${{matrix.build-target}}.dfu
path: firmware/deliver/rusefi_${{matrix.build-target}}.dfu