From 511b20fdcd9ce4cb362ccf36f8c4c75c55ef3936 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 25 Apr 2021 10:36:44 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5495bcb..5442b7d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: