Skip to content

Commit 1f48dbc

Browse files
committed
workflows: debos: Use platform names for flash dirs
Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com>
1 parent 5b8ee28 commit 1f48dbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/debos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ jobs:
105105
tar -cvf "${dir}"/flash-ufs.tar.gz \
106106
disk-ufs.img1 \
107107
disk-ufs.img2 \
108-
flash_rb3*
108+
flash_qcs6490-*
109109
tar -cvf "${dir}"/flash-emmc.tar.gz \
110110
disk-sdcard.img1 \
111111
disk-sdcard.img2 \
112-
flash_rb1*
112+
flash_qrb2210-*
113113
114114
- name: Upload private artifacts
115115
uses: qualcomm-linux/upload-private-artifact-action@v1

0 commit comments

Comments
 (0)