From e5d0acad3c89e71c84071d9b7711ef8866882964 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sat, 24 Apr 2021 22:44:24 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d3f86aa..c98e2be 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: