Skip to content

Commit 34ca73a

Browse files
committed
Fix AUR publish typo
1 parent 03d9472 commit 34ca73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
sha256sums=('SKIP')
265265
266266
package() {
267-
install -D -m 0755 \"\$srdir/$BINARY_NAME\" \"\$pkgdir/usr/bin/gitmastery\"
267+
install -D -m 0755 \"\$srcdir/$BINARY_NAME\" \"\$pkgdir/usr/bin/gitmastery\"
268268
chmod 755 \"\$pkgdir/usr/bin/gitmastery\"
269269
}
270270
""" >> PKGBUILD

0 commit comments

Comments
 (0)