1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-17 16:29:55 -04:00

fix deb stable

This commit is contained in:
Kslr
2020-11-09 22:52:37 +08:00
committed by GitHub
parent 20fcb73d74
commit 553bf3368b

View File

@@ -27,7 +27,7 @@ jobs:
- name: Install build dependencies
run: |
apt-get install -y build-essential dh-golang golang-any
apt-get install -y build-essential dh-golang golang-any reprepro
- name: Build
run: |
@@ -54,7 +54,7 @@ jobs:
git config --local user.name "${{ github.actor }}"
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
git remote set-url origin https://${{ github.actor }}:${{ secrets.DEBIAN_REPO_TOKEN }}@github.com/v2fly/debian.git
reprepro includedeb ../*.deb
reprepro includedeb stable ../*.deb
git add -A
git commit -am 'update'
git push origin main