We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4007bcd commit ee01644Copy full SHA for ee01644
1 file changed
.github/workflows/build-and-release.yml
@@ -90,6 +90,9 @@ jobs:
90
echo "✓ RPM build complete"
91
ls -lh output/
92
93
+ # Fix permissions (container creates files as root)
94
+ sudo chown -R $(id -u):$(id -g) output/
95
+
96
- name: Sign RPM Package
97
env:
98
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
@@ -227,6 +230,9 @@ jobs:
227
230
echo "✓ DEB build complete"
228
231
229
232
233
234
235
236
- name: Sign DEB Package
237
238
0 commit comments