Skip to content

Commit

Permalink
CI: open MacOS application via double-click
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Jul 21, 2021
1 parent 8e29709 commit 8678c70
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 8678c70

Please sign in to comment.