There was an error while loading. Please reload this page.
1 parent 968363e commit 1f68d5aCopy full SHA for 1f68d5a
1 file changed
.github/workflows/actions.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- run: mkdir -p out
14
- run: cp src/index.html out/
15
- - run: cp -r src/audio-tuning src/mic-testing src/volume-tuning src/pwa-audio-recorder out/
+ - run: cp -r src/audio-tuning src/mic-testing src/volume-tuning src/pwa-audio-recorder src/screen-capture-test out/
16
- run: npm ci && npm run build
17
working-directory: src/ds-playground
18
- run: cp -r src/ds-playground/dist out/ds-playground
0 commit comments