Skip to content

Commit 961af41

Browse files
committed
fixed CI
1 parent 2df99d7 commit 961af41

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ jobs:
9494
ECLIPSE_VERSION: ${{ steps.meta.outputs.version }}
9595
run: make iso
9696

97+
- name: Fix build directory permissions
98+
run: sudo chown -R "$(id -u):$(id -g)" build/
99+
97100
- name: Generate checksums
98101
working-directory: build
99102
run: |

0 commit comments

Comments
 (0)