Skip to content

Commit 6bd17bb

Browse files
committed
Fix yml
1 parent e604411 commit 6bd17bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,4 @@ jobs:
6262
uses: actions/upload-artifact@v3
6363
with:
6464
name: ${{ matrix.os }}-${{ matrix.features }}
65-
path: |
66-
target/release/ltengine*
65+
path: target/release/ltengine*

0 commit comments

Comments
 (0)