We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bd2c6 commit 8bc2a9bCopy full SHA for 8bc2a9b
1 file changed
.github/workflows/nightly.yml
@@ -219,10 +219,14 @@ jobs:
219
git clone --depth 1 --branch ${{ env.UPSTREAM_BRANCH }} https://github.com/${{ env.UPSTREAM_REPO }}.git opencode-zh-CN
220
221
- name: Apply Chinese translation
222
+ env:
223
+ OPENCODE_SOURCE_DIR: ${{ github.workspace }}/opencode-zh-CN
224
run: |
225
./opencode-cli apply
226
227
- name: Build OpenCode
228
229
230
231
./opencode-cli build --platform ${{ matrix.platform }} --deploy=false
232
0 commit comments