Skip to content
This repository was archived by the owner on Aug 24, 2024. It is now read-only.

Commit 8cabc55

Browse files
authored
fix: artifact upload on windows
1 parent 37dc1c8 commit 8cabc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/upload-artifact@v2
6767
with:
6868
name: ${{ matrix.os }}
69-
path: build/bin/leanInk
69+
path: build
7070

7171
- name: Run tests
7272
run: make -C test run_tests

0 commit comments

Comments
 (0)