Merge pull request #956 from Luni-4/double-click

Open the todos example via double-click on MacOS
This commit is contained in:
Héctor Ramón 2021-07-21 17:53:47 +07:00 committed by GitHub
commit 8fe8b6b168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: