Skip to content

Commit 2ba5817

Browse files
committed
fix: Fix PKGBUILD path in AUR publish script
1 parent 92ca726 commit 2ba5817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
git pull origin master || true
273273
274274
# 复制修改后的文件
275-
cp ../PKGBUILD .
275+
cp $GITHUB_WORKSPACE/PKGBUILD .
276276
makepkg --printsrcinfo > .SRCINFO
277277
278278
# 提交和推送

0 commit comments

Comments
 (0)