Skip to content

Commit ca10ab6

Browse files
committed
fix rubik artifact upload
1 parent c488e12 commit ca10ab6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,18 @@ jobs:
9191
fi
9292
9393
- uses: actions/[email protected]
94+
if: ${{ matrix.name == 'rubikpi3' }}
9495
with:
95-
name: photonvision_${{ matrix.name }}.img.xz
96-
path: photonvision_${{ matrix.name }}.img.xz
96+
name: "photonvision_${{ matrix.name }}.tar.xz"
97+
path: photonvision_${{ matrix.name }}.*.xz
98+
if-no-files-found: error
99+
retention-days: 1
100+
101+
- uses: actions/[email protected]
102+
if: ${{ matrix.name != 'rubikpi3' }}
103+
with:
104+
name: "photonvision_${{ matrix.name }}.img.xz"
105+
path: photonvision_${{ matrix.name }}.*.xz
97106
if-no-files-found: error
98107
retention-days: 1
99108

0 commit comments

Comments
 (0)