Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
f1shl authored Jul 25, 2024
1 parent 709eb54 commit 1905064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
bash build_executable_mac.sh
- name: Create Executable
if: matrix.os == 'macos-latest'
run: chmod +x "./dist/Nami Beitragsrechner"
run: chmod +x "dist/Nami Beitragsrechner.app"
- name: Upload Mac OS binaries
if: matrix.os == 'macos-latest'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1905064

Please sign in to comment.