From 1b2d812b65d605ccd3c74f16768db9a1f0447904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Tue, 21 May 2024 12:08:27 +0200 Subject: [PATCH] minor fix --- .github/workflows/test.yml | 2 +- action.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 166e751..3e7eba3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - uses: ./ with: token: ${{ secrets.GITHUB_TOKEN }} - entry: tests/testbundle.art + entry: tests/testbundle - name: Run tests run: | diff --git a/action.yml b/action.yml index 1287d22..48f44a2 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,8 @@ runs: - name: Generate executable run: | - arturo --bundle ${{ inputs.entry }} + arturo --bundle ${{ inputs.entry }}.art + sudo chmod +x ${{ inputs.entry }} shell: bash branding: