Skip to content

Commit

Permalink
fix: add exec persm
Browse files Browse the repository at this point in the history
  • Loading branch information
0xArdi committed Jul 8, 2024
1 parent 84c5eb0 commit 9511e92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
with:
name: pearl_arm64
path: electron/bins/
- name: Add exec permissions
run: chmod +x electron/bins/pearl_x64 && chmod +x electron/bins/pearl_arm64
- uses: snok/install-poetry@v1
with:
version: "1.7.1"
Expand Down

0 comments on commit 9511e92

Please sign in to comment.