1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 01:40:44 +00:00

Deb: only trigger debian when released

This commit is contained in:
kslr 2021-01-05 08:58:46 +08:00
parent d1b39398a9
commit 73e2887f6e

View File

@ -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