From 709eb5487937a07d7f708b6598046c011e239a9f Mon Sep 17 00:00:00 2001 From: fischl <47060511+f1shl@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:49:45 +0200 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e0163b0..fd5ffc6 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -37,7 +37,8 @@ jobs: run: | bash build_executable_mac.sh - name: Create Executable - run: chmod +x "dist/Nami Beitragsrechner" + if: matrix.os == 'macos-latest' + run: chmod +x "./dist/Nami Beitragsrechner" - name: Upload Mac OS binaries if: matrix.os == 'macos-latest' uses: actions/upload-artifact@v4