From b941415715b295e21b6eb71477301ea56791ec77 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Fri, 27 Aug 2021 11:39:57 -0400 Subject: [PATCH] update release script --- scripts/full-release.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/full-release.sh b/scripts/full-release.sh index 17b72ce..820e1b3 100755 --- a/scripts/full-release.sh +++ b/scripts/full-release.sh @@ -76,8 +76,7 @@ if [[ -d "aur" ]]; then rm -rf aur fi git clone ssh://aur@aur.archlinux.org/steamguard-cli-git.git aur -cargo pkgbuild -mv PKGBUILD aur/PKGBUILD +cp PKGBUILD aur/PKGBUILD cd aur git commit -m "release $VERSION" PKGBUILD if [[ $DRY_RUN == false ]]; then