Skip to content

Commit 0aaf101

Browse files
committed
always upload artifacts to debug them
1 parent 61cdbbd commit 0aaf101

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ jobs:
267267
run: make test
268268

269269
- uses: actions/upload-artifact@v4.6.2
270+
if: always()
270271
with:
271272
name: cloudsync-${{ matrix.name }}${{ matrix.arch && format('-{0}', matrix.arch) || '' }}
272273
path: dist/cloudsync.*

0 commit comments

Comments
 (0)