Skip to content

Commit 3fca5a0

Browse files
committed
Copy bin files from current branch to /usr/local/bin/
1 parent 3d2d0eb commit 3fca5a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: >
3131
git config --global user.email "[email protected]" &&
3232
git config --global user.name "Min Illa"
33+
- name: copy bin files
34+
run: cp bin/* /usr/local/bin/
3335
- name: bats tests
3436
run: bats -v && bats t
3537
env:

0 commit comments

Comments
 (0)