Skip to content

Commit 2072f09

Browse files
Fix path for gesture_app artifact
Signed-off-by: RitheeshBaradwaj <[email protected]>
1 parent ef76c85 commit 2072f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_deepgaze.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/upload-artifact@v2
3636
with:
3737
name: gesture_app
38-
path: dist/main
38+
path: gesture_app/dist/main
3939

4040
- name: Download Artifact
4141
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)