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'
|
modules: 'qtwebengine qtwebsockets'
|
||||||
|
|
||||||
# Checkout repository and submodules
|
# Checkout repository and submodules
|
||||||
- uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
with:
|
# with:
|
||||||
submodules: recursive
|
# submodules: recursive
|
||||||
|
|
||||||
- name: Build
|
# - name: Build
|
||||||
run: |
|
# run: |
|
||||||
qmake CONFIG+=release
|
# qmake CONFIG+=release
|
||||||
make
|
# make
|
||||||
|
|
||||||
aur-publish:
|
aur-publish:
|
||||||
needs:
|
needs:
|
||||||
@ -32,6 +32,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Get latest version
|
- name: Get latest version
|
||||||
id: get-version
|
id: get-version
|
||||||
|
Loading…
Reference in New Issue
Block a user