Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wysaid committed May 5, 2024
1 parent 9db8500 commit 3348fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Save build artifacts - Release Without Video Module
run: mv $(find "cgeDemo/build" -iname "*.apk" | grep release) demoRelease/cgeDemo_NoVideoRecord.apk
- name: Build Release With Video Module
run: ./tasks.sh --enable-cmake --release --enable-video-module --build
run: ./tasks.sh --clean --enable-cmake --release --enable-video-module --build
- name: Save build artifacts - Release With Video Module
run: mv $(find "cgeDemo/build" -iname "*.apk" | grep release) demoRelease/cgeDemo.apk
- name: lint
Expand Down

0 comments on commit 3348fe9

Please sign in to comment.