Skip to content

Commit ee01644

Browse files
committed
fix workflow 5
1 parent 4007bcd commit ee01644

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ jobs:
9090
echo "✓ RPM build complete"
9191
ls -lh output/
9292
93+
# Fix permissions (container creates files as root)
94+
sudo chown -R $(id -u):$(id -g) output/
95+
9396
- name: Sign RPM Package
9497
env:
9598
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
@@ -227,6 +230,9 @@ jobs:
227230
echo "✓ DEB build complete"
228231
ls -lh output/
229232
233+
# Fix permissions (container creates files as root)
234+
sudo chown -R $(id -u):$(id -g) output/
235+
230236
- name: Sign DEB Package
231237
env:
232238
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)