Skip to content

Commit 7537d72

Browse files
committed
Fix permissions
1 parent fe5ad86 commit 7537d72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,10 @@ jobs:
122122
# name: com.seeq.eclipse.importprojects.jar
123123
- name: Run build script
124124
run: chmod +x build.sh && ./build.sh -m hipedev -o macos
125-
# - name: Fix permissions
126-
# run: sudo xattr -cr ./eclipse/Eclipse.app
125+
- name: Fix permissions
126+
run: |
127+
sudo xattr -cr ./eclipse/Eclipse.app
128+
sudo chmod +x ./eclipse/Eclipse.app/Contents/MacOS/eclipse
127129
- name: Upload artifact
128130
uses: actions/upload-artifact@v4
129131
with:

0 commit comments

Comments
 (0)