Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit dcdf6b8

Browse files
author
Tuxx
committed
No makepkg in the actions runner 🤦
1 parent db0f614 commit dcdf6b8

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
@@ -92,7 +92,7 @@ jobs:
9292
git clone ssh://[email protected]/fancylock-bin.git aur-upstream
9393
cp -r aur-upstream/.git ./
9494
95-
makepkg --printsrcinfo > .SRCINFO
95+
sed "s/@VERSION@/${{ github.ref_name#v }}/g" .SRCINFO.template > .SRCINFO
9696
git add PKGBUILD .SRCINFO
9797
git config user.email "aur@fancylock"
9898
git config user.name "FancyLock Bot"

0 commit comments

Comments
 (0)