We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cdbbd commit 0aaf101Copy full SHA for 0aaf101
1 file changed
.github/workflows/main.yml
@@ -267,6 +267,7 @@ jobs:
267
run: make test
268
269
- uses: actions/upload-artifact@v4.6.2
270
+ if: always()
271
with:
272
name: cloudsync-${{ matrix.name }}${{ matrix.arch && format('-{0}', matrix.arch) || '' }}
273
path: dist/cloudsync.*
0 commit comments