ci(debian): fix permissions issue with deb building workflow
Build Debian Package / build (push) Successful in 8s
Build Debian Package / build (push) Successful in 8s
Signed-off-by: Arian Nasr <arian@2ari.ca>
This commit is contained in:
@@ -19,6 +19,10 @@ jobs:
|
|||||||
- name: Build Debian Package
|
- name: Build Debian Package
|
||||||
run: ./release/build-docker.sh
|
run: ./release/build-docker.sh
|
||||||
|
|
||||||
|
- name: Fix output directory permissions
|
||||||
|
if: always()
|
||||||
|
run: sudo chown -R $USER:$USER output
|
||||||
|
|
||||||
- name: Upload Build Artifact
|
- name: Upload Build Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user