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 2df27a8 commit 2a9fbd3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
bash build_executable_mac.sh
# Now flag the created file as unix executable
chmod +x "dist/Nami Beitragsrechner"
uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4
if: matrix.os == 'macos-latest'
with:
name: nami-beitragsrechner-mac
path: dist/*.
Expand All @@ -47,7 +48,8 @@ jobs:
shell: powershell
run: |
./build_executable_win.ps1
uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4
if: matrix.os == 'windows-latest'
with:
name: nami-beitragsrechner-win
path: dist/*.exe
Expand Down

0 comments on commit 2a9fbd3

Please sign in to comment.