mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
[ci] replace artifacts
This commit is contained in:
parent
3369ad4c1d
commit
9c6ea1c4b5
3
.github/workflows/pre-release.yml
vendored
3
.github/workflows/pre-release.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Initial variables
|
- name: Init variables
|
||||||
id: vars
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
TAG=$(git tag --sort=-v:refname --list "v[0-9]*" | head -n 1 | cut -c 2-)
|
TAG=$(git tag --sort=-v:refname --list "v[0-9]*" | head -n 1 | cut -c 2-)
|
||||||
@ -58,5 +58,6 @@ jobs:
|
|||||||
prerelease: true
|
prerelease: true
|
||||||
tag: latest
|
tag: latest
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
replacesArtifacts: true
|
||||||
name: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}"
|
name: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}"
|
||||||
artifacts: "*.tar.gz,build-debian/*.deb"
|
artifacts: "*.tar.gz,build-debian/*.deb"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user