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 c9f7ba9 commit db21215Copy full SHA for db21215
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Create the layer
33
run: |
34
mkdir -p layer/bin
35
- cp build/release/mutool layer/bin/
+ cp /usr/local/bin/* layer/bin/
36
cd layer
37
zip -r9 ../mutool-layer.zip .
38
cd ..
0 commit comments