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

Commit 6e40b07

Browse files
fixed typo
1 parent ba7b14d commit 6e40b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-aur.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
1616
with:
1717
pkgname: hatt-bin
18-
pkgbuild: ./.github/workflow/PKGBUILD
18+
pkgbuild: ./.github/workflows/PKGBUILD
1919
commit_username: ${{ secrets.AUR_USERNAME }}
2020
commit_email: ${{ secrets.AUR_EMAIL }}
2121
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)