Skip to content

Commit b696e9f

Browse files
committed
fix: Forgot to copy .dll to bin
1 parent 9197f6f commit b696e9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ jobs:
5252

5353
- name: Run Test Application
5454
run: |
55+
cp "dynamic-libs/win64/leveldb.dll" "bin"
5556
bin/testleveldb --all --format=plain

0 commit comments

Comments
 (0)