Skip to content

Commit 1ad5038

Browse files
authored
Update rpi-makefile-ci.yml
1 parent 31bd8a2 commit 1ad5038

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/rpi-makefile-ci.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ jobs:
1616

1717
- run:
1818
git config --global user.email "[email protected]" && git config --global user.name "Divya-563"
19-
19+
20+
- name: Cleanup
21+
run: make clean
22+
23+
24+
- name: configure
25+
run: make raspberrypi3_wpe_ml_defconfig
26+
2027
- name: Compile
2128
run: make
2229

@@ -29,8 +36,10 @@ jobs:
2936
- name: Upload
3037
uses: actions/upload-artifact@v3
3138
with:
32-
name: rpi_rootfs_${{ steps.time.outputs.time }}.tar
33-
path: output/images/rootfs.tar
39+
name: images_${{ steps.time.outputs.time }}"
40+
path: output/images/
41+
42+
3443

3544

3645

0 commit comments

Comments
 (0)