We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb0a79 commit d1bf727Copy full SHA for d1bf727
.github/workflows/cd.yml
@@ -91,7 +91,6 @@ jobs:
91
os: ${{ matrix.host.OS }}
92
target: ${{ matrix.host.TARGET }}
93
github-token: ${{ secrets.GITHUB_TOKEN }}
94
- engine-version: ${{ matrix.engine.version }}
95
96
- uses: actions/cache@v4
97
with:
@@ -199,6 +198,8 @@ jobs:
199
198
RELEASE_VERSION: ${{ needs.set-release-version.outputs.RELEASE_VERSION }}
200
steps:
201
- uses: actions/checkout@v5
+ with:
202
+ submodules: true
203
204
- name: Download package
205
if: ${{ needs.publish.result == 'skipped' }}
0 commit comments