Skip to content

Commit

Permalink
ci: Fixing directory to change permissions on before deb/rpm creation
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Erickson <[email protected]>
  • Loading branch information
vonericsen committed Oct 15, 2024
1 parent 313e678 commit f3c7b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
CURRENT_USER=$(whoami)
CURRENT_UID=$(getent passwd "$CURRENT_USER" | cut -d: -f3)
CURRENT_GID=$(getent passwd "$CURRENT_USER" | cut -d: -f4)
sudo chown -R $CURRENT_UID:$CURRENT_GID build
sudo chown -R $CURRENT_UID:$CURRENT_GID $DESTDIR
sed -i '/version:/ s/"[^"][^"]*"/"'"$version"'"/' ../../nfpm.yaml
nfpm package -f ../../nfpm.yaml -p deb -t ..
nfpm package -f ../../nfpm.yaml -p rpm -t ..
Expand Down

0 comments on commit f3c7b5f

Please sign in to comment.