Skip to content

Commit 82dd500

Browse files
committed
fix: invalid casing
1 parent 627c784 commit 82dd500

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ jobs:
8686
uses: actions/download-artifact@v4
8787
with:
8888
name: libnut-linux
89-
path: ./dist/lib/libnut-core/linux
89+
path: ./dist/lib/libnut-core/Linux
9090

91-
# TODO: copy package & license into /dist
9291
- name: Copy Meta Files
9392
run: |
9493
cp ./package.json ./dist/package.json

0 commit comments

Comments
 (0)