diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e4a72a4..0afe062 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -36,9 +36,6 @@ jobs: if: matrix.os == 'macos-latest' run: | bash build_executable_mac.sh - - name: Create Executable - 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