Skip to content

Commit a163014

Browse files
authored
docs(readme): add generating PKGBUILD to code snippet
1 parent a97f56a commit a163014

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@v2
7979

80+
- name: Generate PKGBUILD
81+
run: bash ./generate-pkgbuild.bash
82+
8083
- name: Publish AUR package
8184
uses: KSXGitHub/github-actions-deploy-aur@<TAG>
8285
with:

0 commit comments

Comments
 (0)