Skip to content

Commit

Permalink
Try to fix upload paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Aug 29, 2023
1 parent 848572d commit 84ef7c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
'target/*.exe'
'target/*.deb'
'target/*.dmg'
target/*.exe
target/*.deb
target/*.dmg

0 comments on commit 84ef7c0

Please sign in to comment.