Skip to content

Commit a9947f1

Browse files
committed
fix: ignore tar warning for changed files
1 parent c5c6fa0 commit a9947f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-vps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
--exclude=test-results \
6969
--exclude=playwright-report \
7070
--exclude='*.tar.gz' \
71-
.
71+
. || [[ $? -eq 1 ]]
7272
7373
- name: Upload to VPS
7474
run: |

0 commit comments

Comments
 (0)