Skip to content

Commit 3db10c4

Browse files
committed
ci: make artifact upload non-blocking
1 parent 3aa5184 commit 3db10c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060

6161
- name: Upload binary
6262
uses: actions/upload-artifact@v4
63+
continue-on-error: true
6364
with:
6465
name: term-executor-linux-x86_64
6566
path: target/release/term-executor

0 commit comments

Comments
 (0)