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

Commit

Permalink
fix: artifact upload on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
insightmind authored Dec 15, 2021
1 parent 37dc1c8 commit 8cabc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.os }}
path: build/bin/leanInk
path: build

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

0 comments on commit 8cabc55

Please sign in to comment.