Skip to content

Commit acc3d94

Browse files
author
Pablo Mendez
committed
add sudo to xz command
1 parent a98ee64 commit acc3d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Compress Ubuntu Dappnode unattended ISO
125125
run: |
126126
file=$(ls images/Dappnode-*-ubuntu-*-unattended.iso)
127-
xz -T0 -z -v "$file"
127+
sudo xz -T0 -z -v "$file"
128128
129129
- name: Create dappnode_profile.sh
130130
run: |

0 commit comments

Comments
 (0)