diff --git a/.github/workflows/wasm.yaml b/.github/workflows/wasm.yaml index 51a960ca3e..5d62ad0edd 100644 --- a/.github/workflows/wasm.yaml +++ b/.github/workflows/wasm.yaml @@ -138,13 +138,13 @@ jobs: with: name: WebAssembly Build Qt5 # Destination path - path: _site + path: _site/qt5 - name: Download a Build Artifact uses: actions/download-artifact@v2.0.8 with: name: WebAssembly Build Qt6 # Destination path - path: _site/qt6 + path: _site - name: Download a Build Artifact uses: actions/download-artifact@v2.0.8 with: