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: