diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c98e2be..1be0a75 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,17 +8,17 @@ jobs: runs-on: ubuntu-latest steps: - # Checkout repository and submodules - - uses: actions/checkout@v2 - with: - submodules: recursive - - name: Install Qt uses: jurplel/install-qt-action@v2 with: version: 5.15.2 modules: 'qtwebengine qtwebsockets' + # Checkout repository and submodules + - uses: actions/checkout@v2 + with: + submodules: recursive + - name: Build run: | qmake CONFIG+=release