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

Commit 8e0a446

Browse files
author
Tuxx
committed
Fix the aur package release in github actions
1 parent dabe22d commit 8e0a446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
echo -e "Host aur.archlinux.org\n IdentityFile ~/.ssh/aur\n StrictHostKeyChecking no" >> ~/.ssh/config
9090
9191
cd packages/aur/fancylock-bin
92-
git init
93-
git remote add origin ssh://aur@aur.archlinux.org/fancylock-bin.git
92+
git clone ssh://[email protected]/fancylock-bin.git aur-upstream
93+
cp -r aur-upstream/.git ./
9494
git add .
9595
git config user.email "aur@fancylock"
9696
git config user.name "FancyLock Bot"

0 commit comments

Comments
 (0)