Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmayer-dev committed Oct 4, 2023
1 parent 8ceb8e9 commit b0c644e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/[email protected]

- name: Init Submodule
run: git submodule update --init --recursive ${{ needs.setup.outputs.extension_path }}
run: git submodule update --init --recursive ./${{ needs.setup.outputs.extension-path }}

- name: Build Extension
id: build_extension
Expand Down

0 comments on commit b0c644e

Please sign in to comment.