Update publish.yml

This commit is contained in:
Kevin Yue 2021-04-25 10:36:44 +08:00 committed by GitHub
parent abe33c7407
commit 511b20fdcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@ jobs:
modules: 'qtwebengine qtwebsockets'
# Checkout repository and submodules
# - uses: actions/checkout@v2
# with:
# submodules: recursive
- uses: actions/checkout@v2
with:
submodules: recursive
# - name: Build
# run: |
# qmake CONFIG+=release
# make
- name: Build
run: |
qmake CONFIG+=release
make
aur-publish:
needs: