mirror of
https://github.com/siyuan-note/siyuan
synced 2026-04-21 13:37:52 +00:00
👷 Fix AUR auto release fail (#17530)
* temp disable the repo owner lim so i can debug * bump * get the owner limit back * remove my name
This commit is contained in:
parent
1654612867
commit
21ff9ecf5f
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: Create PKGBUILD
|
- name: Create PKGBUILD
|
||||||
run: |
|
run: |
|
||||||
cat << EOF >> PKGBUILD
|
cat << EOF >> PKGBUILD
|
||||||
# maintainer: zxkmm (IHp4a21tQGhvdG1haWwuY29t)
|
# maintainer: SiYuan community (https://github.com/siyuan-note/siyuan/issues/new/choose)
|
||||||
# auto running on siyuan official repo
|
# auto running on siyuan official repo
|
||||||
# PKGBUILD is modified from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=siyuan-appimage
|
# PKGBUILD is modified from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=siyuan-appimage
|
||||||
# which is made by vvxxp8 <concatenate[g] the characters[x] in square[b] brackets[1] in[5] order[3] at gmail dot com>
|
# which is made by vvxxp8 <concatenate[g] the characters[x] in square[b] brackets[1] in[5] order[3] at gmail dot com>
|
||||||
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Publish AUR package
|
- name: Publish AUR package
|
||||||
uses: KSXGitHub/github-actions-deploy-aur@v4.1.1
|
uses: KSXGitHub/github-actions-deploy-aur@v4.1.2
|
||||||
with:
|
with:
|
||||||
pkgname: siyuan-bin
|
pkgname: siyuan-bin
|
||||||
pkgbuild: ./PKGBUILD
|
pkgbuild: ./PKGBUILD
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue