Skip to content

Commit

Permalink
.github/workflows: archive sysupgrade images
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Richard <[email protected]>
  • Loading branch information
thom24 committed Mar 15, 2024
1 parent 1acf64f commit 0bb197b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/openwrt-feed-st.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@ jobs:
- name: Build
id: build
run: make -j4 -C openwrt || make -C openwrt -j1 V=s
- name: 'Upload Artifact'
- name: 'Archive factory image'
uses: actions/upload-artifact@v4
with:
name: openwrt-stm32-stm32mp1-${{ matrix.devices }}-ext4-factory.img.gz
path: openwrt/bin/targets/stm32/stm32mp1/openwrt-stm32-stm32mp1-${{ matrix.devices }}-ext4-factory.img.gz
- name: 'Archive sysupgrade image'
uses: actions/upload-artifact@v4
with:
name: openwrt-stm32-stm32mp1-${{ matrix.devices }}-ext4-sysupgrade.img.gz
path: openwrt/bin/targets/stm32/stm32mp1/openwrt-stm32-stm32mp1-${{ matrix.devices }}-ext4-sysupgrade.img.gz

0 comments on commit 0bb197b

Please sign in to comment.