Skip to content

Commit

Permalink
Use Qt6 wasm builds by defaul
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf committed Feb 9, 2022
1 parent 53e88db commit a4b0f30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ jobs:
with:
name: WebAssembly Build Qt5
# Destination path
path: _site
path: _site/qt5
- name: Download a Build Artifact
uses: actions/[email protected]
with:
name: WebAssembly Build Qt6
# Destination path
path: _site/qt6
path: _site
- name: Download a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit a4b0f30

Please sign in to comment.