Update publish.yml

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

View File

@ -8,22 +8,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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: Install Qt
uses: jurplel/install-qt-action@v2
with:
version: 5.15.2
modules: 'qtwebengine qtwebsockets'
- name: Build
run: |
qmake CONFIG+=release
make
aur-publish:
needs: