mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
Update publish.yml
This commit is contained in:
parent
99a82c8641
commit
abe33c7407
16
.github/workflows/publish.yml
vendored
16
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user