We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0921911 commit c95ee4bCopy full SHA for c95ee4b
.github/workflows/release.yml
@@ -55,12 +55,7 @@ jobs:
55
draft: false
56
prerelease: false
57
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
+ files: pathik/bin/**/*pathik_bin*
64
65
- name: Build Python package
66
run: |
0 commit comments