Skip to content

Commit 672dce7

Browse files
Fix ownership of dist directory in release workflow
1 parent 5e77d8c commit 672dce7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ jobs:
107107
exit 1
108108
fi
109109
echo "✅ glibc 2.17 compatible"
110+
sudo chown -R "$USER:$USER" dist/
110111
'
111-
112+
112113
- name: Package artifact
113114
env:
114115
VERSION: ${{ needs.tag.outputs.version }}

0 commit comments

Comments
 (0)