Skip to content

Commit 27a8520

Browse files
authored
Update build-archlinux.yml
1 parent ed7d78b commit 27a8520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-archlinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
# Switch to the builder user and run makepkg
3636
# The -s flag installs dependencies from the PKGBUILD
37-
su builder -c "cd PACKAGEBUILD && makepkg -s --noconfirm"
37+
su builder -c "cd PKGBUILD && makepkg -s --noconfirm"
3838
3939
# Upload the compiled package as a workflow artifact
4040
- name: Upload build artifacts

0 commit comments

Comments
 (0)