Skip to content

Commit 2d0be87

Browse files
committed
CI: Open the todos example via double-click on MacOS
1 parent 8e29709 commit 2d0be87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
env:
7373
MACOSX_DEPLOYMENT_TARGET: 10.14
7474
run: cargo build --verbose --release --package todos
75+
- name: Open binary via double-click
76+
run: chmod +x target/release/todos
7577
- name: Archive todos binary
7678
uses: actions/upload-artifact@v1
7779
with:

0 commit comments

Comments
 (0)