We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7d78b commit 27a8520Copy full SHA for 27a8520
.github/workflows/build-archlinux.yml
@@ -34,7 +34,7 @@ jobs:
34
35
# Switch to the builder user and run makepkg
36
# The -s flag installs dependencies from the PKGBUILD
37
- su builder -c "cd PACKAGEBUILD && makepkg -s --noconfirm"
+ su builder -c "cd PKGBUILD && makepkg -s --noconfirm"
38
39
# Upload the compiled package as a workflow artifact
40
- name: Upload build artifacts
0 commit comments