CI: Open the todos example via double-click on MacOS
This commit is contained in:
parent
8e29709b69
commit
2d0be87551
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:
|
env:
|
||||||
MACOSX_DEPLOYMENT_TARGET: 10.14
|
MACOSX_DEPLOYMENT_TARGET: 10.14
|
||||||
run: cargo build --verbose --release --package todos
|
run: cargo build --verbose --release --package todos
|
||||||
|
- name: Open binary via double-click
|
||||||
|
run: chmod +x target/release/todos
|
||||||
- name: Archive todos binary
|
- name: Archive todos binary
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue