Merge pull request #956 from Luni-4/double-click
Open the todos example via double-click on MacOS
This commit is contained in:
commit
8fe8b6b168
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue