Skip to content

Commit

Permalink
💚 Add PKGDEST
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorBeeston committed Jul 29, 2024
1 parent a3a1191 commit 160b5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
chmod g+ws /home/build
setfacl -m u::rwx,g::rwx /home/build
setfacl -d --set u::rwx,g::rwx,o::- /home/build
BUILDDIR=/home/build runuser -unobody makepkg -- --printsrcinfo > .SRCINFO
BUILDDIR=/home/build PKGDEST=/home/build runuser -unobody makepkg -- --printsrcinfo > .SRCINFO
- name: Import GPG key
env:
Expand Down

0 comments on commit 160b5b5

Please sign in to comment.