Skip to content

Commit

Permalink
CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dzurikmiroslav committed Dec 31, 2024
1 parent f410560 commit a5c72f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:

- name: Rename file bin
shell: bash
run: cp build/esp32-evse.bin build/${{ matrix.platform }}-evse.bin
run: cp build/esp32-evse.bin ${{ matrix.platform }}-evse.bin

- name: Upload artifact bin
uses: actions/upload-artifact@v4
with:
name: firmware-${{ matrix.platform }}
path: build/${{ matrix.platform }}-evse.bin
path: ${{ matrix.platform }}-evse.bin

- name: Upload artifact factory
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a5c72f6

Please sign in to comment.