ci(debian): fix permissions issue with deb building workflow
Build Debian Package / build (push) Successful in 8s

Signed-off-by: Arian Nasr <arian@2ari.ca>
This commit is contained in:
2026-05-27 00:34:46 -04:00
parent 310ebfe903
commit 053be5dbe5
+4
View File
@@ -19,6 +19,10 @@ jobs:
- name: Build Debian Package
run: ./release/build-docker.sh
- name: Fix output directory permissions
if: always()
run: sudo chown -R $USER:$USER output
- name: Upload Build Artifact
uses: actions/upload-artifact@v4
with: