File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6464 cmake ..
6565
6666 - name : " Build erlang and Elixir libs"
67- working-directory : AtomVM/build/libs
67+ working-directory : AtomVM/build
6868 run : |
69- make atomvmlib
69+ make esp32boot
7070
7171 - name : " Build ${{ matrix.soc }} AtomVM with atomvm_mqtt_client"
7272 working-directory : ./AtomVM/src/platforms/esp32/
8383 working-directory : ./AtomVM/src/platforms/esp32/build
8484 run : |
8585 ./mkimage.sh
86- for i in atomvm-${{ matrix.soc }}-* .img; do
86+ for i in atomvm-${{ matrix.soc }}.img; do
8787 mv -- "${i}" "${i%.img}-atomvm_mqtt_client.img"
8888 done
8989 ls -l *.img
9292 uses : actions/upload-artifact@v3
9393 with :
9494 name : atomvm-${{ matrix.soc }}-atomvm_mqtt_client-image
95- path : ./AtomVM/src/platforms/esp32/build/atomvm-${{ matrix.soc }}-* .img
95+ path : ./AtomVM/src/platforms/esp32/build/atomvm-${{ matrix.soc }}-atomvm_mqtt_client .img
9696 if-no-files-found : error
9797
9898 avm-build :
You can’t perform that action at this time.
0 commit comments