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 b3e49a9 commit 709eb54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 709eb54

Please sign in to comment.