mirror of https://github.com/statping/statping
workflow
parent
4d6893d7c9
commit
ba035da0e7
|
@ -148,8 +148,8 @@ jobs:
|
|||
- name: Fix statping permissions
|
||||
run: |
|
||||
mv bin/statping-${{ env.PLATFORM }}-amd64 bin/statping
|
||||
chmod +x statping
|
||||
mv statping /usr/local/bin/
|
||||
chmod +x bin/statping
|
||||
mv bin/statping /usr/local/bin/statping
|
||||
|
||||
- name: Run 'statping version'
|
||||
run: statping version
|
||||
|
|
Loading…
Reference in New Issue