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 ad8e982 commit 8b5486fCopy full SHA for 8b5486f
.github/workflows/ci.yml
@@ -226,6 +226,13 @@ jobs:
226
if: matrix.os == 'macos-arm'
227
run: node playground/playground_test.js
228
229
+ - name: Upload playground compiler to CDN
230
+ if: ${{ matrix.os == 'macos-arm' && startsWith(github.ref, 'refs/tags/v') }}
231
+ env:
232
+ KEYCDN_USER: ${{ secrets.KEYCDN_USER }}
233
+ KEYCDN_PASSWORD: ${{ secrets.KEYCDN_PASSWORD }}
234
+ run: sh playground/upload_bundle.sh
235
+
236
- name: Prepare artifact upload
237
run: node .github/workflows/get_artifact_info.js
238
0 commit comments