Skip to content

Commit db21215

Browse files
authored
feat: pack /usr/local/bin
1 parent c9f7ba9 commit db21215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Create the layer
3333
run: |
3434
mkdir -p layer/bin
35-
cp build/release/mutool layer/bin/
35+
cp /usr/local/bin/* layer/bin/
3636
cd layer
3737
zip -r9 ../mutool-layer.zip .
3838
cd ..

0 commit comments

Comments
 (0)