Skip to content

Commit

Permalink
Try to remove quarantine flag for the Eclipse.app on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Nov 22, 2023
1 parent 75f889f commit 9451ff8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ jobs:
run: chmod +x build.sh && ./build.sh -m user -o macos
- name: Fix permissions
run: sudo xattr -cr ./eclipse/Eclipse.app
- name: Fix quarantine setting
run: sudo xattr -d com.apple.quarantine ./eclipse/Eclipse.app
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -324,6 +326,8 @@ jobs:
run: chmod +x build.sh && ./build.sh -m dev -o macos
- name: Fix permissions
run: sudo xattr -cr ./eclipse/Eclipse.app
- name: Fix quarantine setting
run: sudo xattr -d com.apple.quarantine ./eclipse/Eclipse.app
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -362,6 +366,8 @@ jobs:
run: chmod +x build.sh && ./build.sh -m hipedev -o macos
- name: Fix permissions
run: sudo xattr -cr ./eclipse/Eclipse.app
- name: Fix quarantine setting
run: sudo xattr -d com.apple.quarantine ./eclipse/Eclipse.app
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9451ff8

Please sign in to comment.