Browse Source

fix deb stable

Kslr 5 years ago
parent
commit
553bf3368b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/deb.yml

+ 2 - 2
.github/workflows/deb.yml

@@ -27,7 +27,7 @@ jobs:
 
 
       - name: Install build dependencies
       - name: Install build dependencies
         run: |
         run: |
-          apt-get install -y build-essential dh-golang golang-any
+          apt-get install -y build-essential dh-golang golang-any reprepro
 
 
       - name: Build
       - name: Build
         run: |
         run: |
@@ -54,7 +54,7 @@ jobs:
           git config --local user.name "${{ github.actor }}"
           git config --local user.name "${{ github.actor }}"
           git config --local user.email "${{ github.actor }}@users.noreply.github.com"
           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
           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 add -A
           git commit -am 'update'
           git commit -am 'update'
           git push origin main
           git push origin main