Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Mar 20, 2024
1 parent fe5ad86 commit 7537d72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,10 @@ jobs:
# name: com.seeq.eclipse.importprojects.jar
- name: Run build script
run: chmod +x build.sh && ./build.sh -m hipedev -o macos
# - name: Fix permissions
# run: sudo xattr -cr ./eclipse/Eclipse.app
- name: Fix permissions
run: |
sudo xattr -cr ./eclipse/Eclipse.app
sudo chmod +x ./eclipse/Eclipse.app/Contents/MacOS/eclipse
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7537d72

Please sign in to comment.