Explorar o código

fix deb stable

Kslr %!s(int64=5) %!d(string=hai) anos
pai
achega
553bf3368b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/deb.yml

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

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