From 9c6ea1c4b5fc3cf89ab380c9acc10d316e72a651 Mon Sep 17 00:00:00 2001 From: Kevin Yue Date: Mon, 23 Aug 2021 08:32:12 +0800 Subject: [PATCH] [ci] replace artifacts --- .github/workflows/pre-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index e58bca3..cdd86c6 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -21,7 +21,7 @@ jobs: submodules: recursive fetch-depth: 0 - - name: Initial variables + - name: Init variables id: vars run: | TAG=$(git tag --sort=-v:refname --list "v[0-9]*" | head -n 1 | cut -c 2-) @@ -58,5 +58,6 @@ jobs: prerelease: true tag: latest allowUpdates: true + replacesArtifacts: true name: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}" artifacts: "*.tar.gz,build-debian/*.deb"