Skip to content

Commit

Permalink
fix: invalid casing
Browse files Browse the repository at this point in the history
  • Loading branch information
SReject committed Jul 16, 2024
1 parent 627c784 commit 82dd500
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: libnut-linux
path: ./dist/lib/libnut-core/linux
path: ./dist/lib/libnut-core/Linux

# TODO: copy package & license into /dist
- name: Copy Meta Files
run: |
cp ./package.json ./dist/package.json
Expand Down

0 comments on commit 82dd500

Please sign in to comment.