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 0e1f61b commit 12beea1Copy full SHA for 12beea1
.github/workflows/build_py_tools.yml
@@ -60,10 +60,6 @@ jobs:
60
# shell: pwsh
61
# run: |
62
# ./.github/pytools/Sign-File.ps1 -Path ./${{ env.DISTPATH }}/get.exe
63
- - name: Make binaries executable
64
- if: matrix.os != 'windows-latest'
65
- run: |
66
- chmod +x ./${{ env.DISTPATH }}/get${{ matrix.EXTEN }}
67
- name: Test binaries
68
shell: bash
69
run: |
0 commit comments