mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-29 14:16:26 -04:00
Upload release
This commit is contained in:
parent
8ec07c0486
commit
18d4e1ea28
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -222,7 +222,7 @@ jobs:
|
||||
gpgui/.build/package/*.tar.xz*
|
||||
|
||||
gh-release:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- build-deb
|
||||
@ -241,7 +241,8 @@ jobs:
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
prerelease: ${{ contains(github.ref, 'latest') }}
|
||||
# prerelease: ${{ contains(github.ref, 'latest') }}
|
||||
prerelease: true
|
||||
fail_on_unmatched_files: true
|
||||
files: |
|
||||
artifact/**/*.deb
|
||||
|
Loading…
x
Reference in New Issue
Block a user