mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 09:36:34 -05:00
Deb: only trigger debian when released
This commit is contained in:
parent
d1b39398a9
commit
73e2887f6e
1
.github/workflows/deb.yml
vendored
1
.github/workflows/deb.yml
vendored
@ -45,6 +45,7 @@ jobs:
|
||||
path: ./*.deb
|
||||
|
||||
- name: Setup Repository
|
||||
if: github.event_name == 'release'
|
||||
run: |
|
||||
git clone https://github.com/v2fly/debian.git archive
|
||||
echo ${{ secrets.DEBIAN_GPG_PRIVATE }} | base64 -d > private.key
|
||||
|
Loading…
Reference in New Issue
Block a user