From abe33c740759253a81f4d561eb682b4a340245c9 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Sun, 25 Apr 2021 10:29:03 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1be0a75..5495bcb 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: @@ -32,6 +32,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Get latest version id: get-version