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