Skip to content

Commit 387376d

Browse files
author
Jingzhou Gary Xue
committed
fix: Fix permission issue for checksum generation
1 parent 97aeb16 commit 387376d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-iso.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
6060
- name: Generate checksums
6161
run: |
62+
sudo chown -R $USER:$USER output/
6263
cd output/packages
6364
sha256sum *.deb > SHA256SUMS
6465
cat SHA256SUMS

0 commit comments

Comments
 (0)