Skip to content

Commit d1bf727

Browse files
fix the path
Signed-off-by: Yury-Fridlyand <[email protected]>
1 parent 4fb0a79 commit d1bf727

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
os: ${{ matrix.host.OS }}
9292
target: ${{ matrix.host.TARGET }}
9393
github-token: ${{ secrets.GITHUB_TOKEN }}
94-
engine-version: ${{ matrix.engine.version }}
9594

9695
- uses: actions/cache@v4
9796
with:
@@ -199,6 +198,8 @@ jobs:
199198
RELEASE_VERSION: ${{ needs.set-release-version.outputs.RELEASE_VERSION }}
200199
steps:
201200
- uses: actions/checkout@v5
201+
with:
202+
submodules: true
202203

203204
- name: Download package
204205
if: ${{ needs.publish.result == 'skipped' }}

0 commit comments

Comments
 (0)