Update publish.yml

This commit is contained in:
Kevin Yue 2021-04-24 23:08:10 +08:00 committed by GitHub
parent e5d0acad3c
commit 99a82c8641
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,17 +8,17 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# Checkout repository and submodules
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v2 uses: jurplel/install-qt-action@v2
with: with:
version: 5.15.2 version: 5.15.2
modules: 'qtwebengine qtwebsockets' modules: 'qtwebengine qtwebsockets'
# Checkout repository and submodules
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build - name: Build
run: | run: |
qmake CONFIG+=release qmake CONFIG+=release