We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bd8a2 commit 1ad5038Copy full SHA for 1ad5038
.github/workflows/rpi-makefile-ci.yml
@@ -16,7 +16,14 @@ jobs:
16
17
- run:
18
git config --global user.email "[email protected]" && git config --global user.name "Divya-563"
19
-
+
20
+ - name: Cleanup
21
+ run: make clean
22
23
24
+ - name: configure
25
+ run: make raspberrypi3_wpe_ml_defconfig
26
27
- name: Compile
28
run: make
29
@@ -29,8 +36,10 @@ jobs:
36
- name: Upload
30
37
uses: actions/upload-artifact@v3
31
38
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
34
43
35
44
45
0 commit comments