From 2d0be87551998c3e888c5358969e5f071b18df23 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Wed, 21 Jul 2021 10:24:52 +0200 Subject: CI: Open the todos example via double-click on MacOS --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') 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: -- cgit