Skip to content

Commit

Permalink
[ci] Corrected built executable path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Aug 5, 2021
1 parent f848e0f commit 8e985e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: dart_vlc_example
path: build/windows/runner/Release
path: example/build/windows/runner/Release

build_linux:
name: Build Linux
Expand Down

0 comments on commit 8e985e7

Please sign in to comment.