From a4b0f304d7a630ccba4e2a0d85c9712bbcab1dae Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Wed, 9 Feb 2022 13:27:48 -0400 Subject: [PATCH] Use Qt6 wasm builds by defaul --- .github/workflows/wasm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: