Skip to content

Commit 59cd718

Browse files
Update AUR workflow
1 parent 68169f6 commit 59cd718

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
git clone aur@aur.archlinux.org:corlink-server.git
5252
cp -rf ./licensing/README.md ./corlink-server/
5353
cp -rf ./licensing/PKGBUILD ./corlink-server/
54-
cp -rf ./licensing/LICENSE ./corlink-server/
54+
cp -rf ./LICENSE ./corlink-server/
5555
cd corlink-server
5656
git config --global user.email "${{ secrets.AUR_EMAIL }}"
5757
git config --global user.name "${{ secrets.AUR_USERNAME }}"
@@ -95,7 +95,7 @@ jobs:
9595
git clone aur@aur.archlinux.org:corklink-server-git.git
9696
cp -rf ./licensing/README.md ./corklink-server-git/
9797
cp -rf ./licensing/PKGBUILD-git ./corklink-server-git/PKGBUILD
98-
cp -rf ./licensing/LICENSE ./corklink-server-git/
98+
cp -rf ./LICENSE ./corklink-server-git/
9999
cd corlink-server-git
100100
git config --global user.email "${{ secrets.AUR_EMAIL }}"
101101
git config --global user.name "${{ secrets.AUR_USERNAME }}"

0 commit comments

Comments
 (0)