Skip to content

Commit 283e307

Browse files
committed
Uncomment working_directory
Accidentally forgot to uncomment this line as I was hacking on shared-actions.
1 parent 9f046b3 commit 283e307

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)