Skip to content

Commit c95ee4b

Browse files
committed
Fix GitHub Actions release asset path using globbing
1 parent 0921911 commit c95ee4b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,7 @@ jobs:
5555
draft: false
5656
prerelease: false
5757
token: ${{ secrets.GITHUB_TOKEN }}
58-
files: |
59-
pathik/bin/darwin_amd64/pathik_bin
60-
pathik/bin/darwin_arm64/pathik_bin
61-
pathik/bin/linux_amd64/pathik_bin
62-
pathik/bin/linux_arm64/pathik_bin
63-
pathik/bin/windows_amd64/pathik_bin.exe
58+
files: pathik/bin/**/*pathik_bin*
6459

6560
- name: Build Python package
6661
run: |

0 commit comments

Comments
 (0)