CI: Open the todos example via double-click on MacOS

This commit is contained in:
Luni-4 2021-07-21 10:24:52 +02:00
parent 8e29709b69
commit 2d0be87551

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: