From 6e1d9d1f5bfd8bc8a28975b5511d342068ad6839 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Sun, 19 Jul 2020 15:09:29 -0500 Subject: [PATCH] fix typo --- .github/workflows/build-firmware.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index bbdb9a267a..9605b36076 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -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