Skip to content

Commit

Permalink
Merge pull request #956 from Luni-4/double-click
Browse files Browse the repository at this point in the history
Open the todos example via double-click on MacOS
  • Loading branch information
hecrj authored Jul 21, 2021
2 parents 14c1e70 + 2d0be87 commit 8fe8b6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: 10.14
run: cargo build --verbose --release --package todos
- name: Open binary via double-click
run: chmod +x target/release/todos
- name: Archive todos binary
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 8fe8b6b

Please sign in to comment.