We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe8a56 commit f660467Copy full SHA for f660467
.github/workflows/build.yml
@@ -54,6 +54,7 @@ jobs:
54
run: |
55
mv _build/xf86-input-wacom-*tar.bz2 .
56
- uses: actions/upload-artifact@v4
57
+ if: ${{ matrix.compiler == 'gcc' }}
58
with:
59
name: tarball
60
path: xf86-input-wacom-*tar.bz2
0 commit comments