Skip to content

Commit

Permalink
Update AUR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Mar 9, 2024
1 parent 68169f6 commit 59cd718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git clone [email protected]:corlink-server.git
cp -rf ./licensing/README.md ./corlink-server/
cp -rf ./licensing/PKGBUILD ./corlink-server/
cp -rf ./licensing/LICENSE ./corlink-server/
cp -rf ./LICENSE ./corlink-server/
cd corlink-server
git config --global user.email "${{ secrets.AUR_EMAIL }}"
git config --global user.name "${{ secrets.AUR_USERNAME }}"
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
git clone [email protected]:corklink-server-git.git
cp -rf ./licensing/README.md ./corklink-server-git/
cp -rf ./licensing/PKGBUILD-git ./corklink-server-git/PKGBUILD
cp -rf ./licensing/LICENSE ./corklink-server-git/
cp -rf ./LICENSE ./corklink-server-git/
cd corlink-server-git
git config --global user.email "${{ secrets.AUR_EMAIL }}"
git config --global user.name "${{ secrets.AUR_USERNAME }}"
Expand Down

0 comments on commit 59cd718

Please sign in to comment.