Skip to content

Commit 5bcee89

Browse files
authored
Merge pull request #193 from OpenVoxProject/fix_build
Uncomment working_directory
2 parents 9f046b3 + 283e307 commit 5bcee89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
project_name: ${{ inputs.project_name }}
3939
platform_list: ${{ inputs.platform_list }}
4040
vanagon_branch: ${{ inputs.vanagon_branch }}
41-
#working_directory: 'packaging'
41+
working_directory: 'packaging'
4242
secrets: inherit
4343
build_dev:
4444
if: ${{ github.event.inputs.use_dev == 'true' }}

0 commit comments

Comments
 (0)