@@ -120,25 +120,25 @@ jobs:
120120 # - lang: en
121121 # label: EN
122122
123- steps :
124- - name : Download RaspberryPI binaries
125- uses : actions/download-artifact@v4
126- with :
127- name : RaspberryPI-Binaries
128- path : ./
123+ # steps:
124+ # - name: Download RaspberryPI binaries
125+ # uses: actions/download-artifact@v4
126+ # with:
127+ # name: RaspberryPI-Binaries
128+ # path: ./
129129
130- - name : Build RaspberryPI image (${{ matrix.language.label }})
131- uses : Yadoms/build-yadoms-rpiimage-action@v1.0.1
132- with :
133- output_folder : $GITHUB_WORKSPACE/bin-RaspberryPI/pi_image
134- language : ${{ matrix.language.lang }}
135- branch_or_tag_name : 2020-12-02-raspbian-buster
130+ # - name: Build RaspberryPI image (${{ matrix.language.label }})
131+ # uses: Yadoms/build-yadoms-rpiimage-action@v1.0.1
132+ # with:
133+ # output_folder: $GITHUB_WORKSPACE/bin-RaspberryPI/pi_image
134+ # language: ${{ matrix.language.lang }}
135+ # branch_or_tag_name: 2020-12-02-raspbian-buster
136136
137- - name : Archive RPi image (${{ matrix.language.label }})
138- uses : actions/upload-artifact@v4
139- with :
140- name : Raspbian-Lite-${{ matrix.language.label }}-Yadoms-Image
141- path : ./bin-RaspberryPI/pi_image/*.zip
137+ # - name: Archive RPi image (${{ matrix.language.label }})
138+ # uses: actions/upload-artifact@v4
139+ # with:
140+ # name: Raspbian-Lite-${{ matrix.language.label }}-Yadoms-Image
141+ # path: ./bin-RaspberryPI/pi_image/*.zip
142142
143143
144144 release :
0 commit comments