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 d4ee2d1 commit 2df27a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
# Now flag the created file as unix executable
chmod +x "dist/Nami Beitragsrechner"
- uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4
with:
name: nami-beitragsrechner-mac
path: dist/*.
Expand All @@ -47,7 +47,7 @@ jobs:
shell: powershell
run: |
./build_executable_win.ps1
- uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4
with:
name: nami-beitragsrechner-win
path: dist/*.exe
Expand Down

0 comments on commit 2df27a8

Please sign in to comment.