summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Luni-4 <luni-4@hotmail.it>2021-07-21 10:24:52 +0200
committerLibravatar Luni-4 <luni-4@hotmail.it>2021-07-21 11:23:30 +0200
commit2d0be87551998c3e888c5358969e5f071b18df23 (patch)
tree220d55e143d5bf519e6cb8ef169b44c0ed4f8a6c /.github
parent8e29709b69ec0eae211887c8c6d91558175997b5 (diff)
downloadiced-2d0be87551998c3e888c5358969e5f071b18df23.tar.gz
iced-2d0be87551998c3e888c5358969e5f071b18df23.tar.bz2
iced-2d0be87551998c3e888c5358969e5f071b18df23.zip
CI: Open the todos example via double-click on MacOS
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 480a8710..a00e2a22 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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: