Skip to content

Commit

Permalink
Fix gesture app build
Browse files Browse the repository at this point in the history
Signed-off-by: RitheeshBaradwaj <[email protected]>
  • Loading branch information
RitheeshBaradwaj committed Sep 11, 2023
1 parent 544a3b1 commit ef76c85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deepgaze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
pip install pyinstaller
cd gesture_app/deepgaze
python setup.py install
cd ../
- name: Build
run: |
cd gesture_app
pyinstaller --onefile main.py
- name: Upload Artifact
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# COVID Race Game

[![Race Game Build](https://github.com/developers-cosmos/COVID-Race-Game/actions/workflows/build.yaml/badge.svg)](https://github.com/developers-cosmos/COVID-Race-Game/actions/workflows/build.yaml)

[![Gesture App Build](https://github.com/developers-cosmos/COVID-Race-Game/actions/workflows/build_deepgaze.yaml/badge.svg)](https://github.com/developers-cosmos/COVID-Race-Game/actions/workflows/build_deepgaze.yaml)

<img src="images/intro.JPG" height = "200px" width ="600px"/>

**NOTE :** Links are not working, sorry for the trouble.
Expand Down

0 comments on commit ef76c85

Please sign in to comment.