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 3d2d0eb commit 3fca5a0Copy full SHA for 3fca5a0
.github/workflows/compile.yml
@@ -30,6 +30,8 @@ jobs:
30
run: >
31
git config --global user.email "[email protected]" &&
32
git config --global user.name "Min Illa"
33
+ - name: copy bin files
34
+ run: cp bin/* /usr/local/bin/
35
- name: bats tests
36
run: bats -v && bats t
37
env:
0 commit comments