Skip to content

Commit 171dbc2

Browse files
committed
Fix Split
1 parent 61695f1 commit 171dbc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
name: ValeLS
2424
path: |
25-
./ValeLS
25+
./ValeLS*
2626
!./ValeLS/**/*.ts
2727
2828
Release:
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Download Artifact
34-
uses: actions/download-artifact@v1
34+
uses: actions/download-artifact@v4
3535
with:
3636
name: ValeLS
3737

0 commit comments

Comments
 (0)