mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
[ci] update release action
This commit is contained in:
parent
25c9f2291a
commit
3369ad4c1d
9
.github/workflows/pre-release.yml
vendored
9
.github/workflows/pre-release.yml
vendored
@ -52,10 +52,11 @@ jobs:
|
|||||||
cd globalprotect-openconnect-${{ steps.vars.outputs.VERSION }}
|
cd globalprotect-openconnect-${{ steps.vars.outputs.VERSION }}
|
||||||
fakeroot dpkg-buildpackage -uc -us -sa
|
fakeroot dpkg-buildpackage -uc -us -sa
|
||||||
|
|
||||||
- uses: "softprops/action-gh-release@v1"
|
- uses: "ncipollo/release-action@v1"
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
tag: latest
|
||||||
|
allowUpdates: true
|
||||||
name: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}"
|
name: "globalprotect-openconnect_${{ steps.vars.outputs.VERSION }}"
|
||||||
files: |
|
artifacts: "*.tar.gz,build-debian/*.deb"
|
||||||
*.tar.gz
|
|
||||||
build-debian/*.deb
|
|
||||||
|
Loading…
Reference in New Issue
Block a user