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:
4
.github/workflows/deb.yml
vendored
4
.github/workflows/deb.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user