Skip to content

Commit f660467

Browse files
committed
CI: only upload the artifact for one of the compilers
1 parent ffe8a56 commit f660467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
run: |
5555
mv _build/xf86-input-wacom-*tar.bz2 .
5656
- uses: actions/upload-artifact@v4
57+
if: ${{ matrix.compiler == 'gcc' }}
5758
with:
5859
name: tarball
5960
path: xf86-input-wacom-*tar.bz2

0 commit comments

Comments
 (0)