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 b364e2c commit 996edebCopy full SHA for 996edeb
1 file changed
.github/workflows/bins.yml
@@ -333,7 +333,7 @@ jobs:
333
- name: "Produce zip"
334
run: |
335
set -x
336
- cp lnav-signed/* ../lnav-build/${{ env.LNAV_BASENAME }}
+ cp lnav-signed/bin/* ../lnav-build/${{ env.LNAV_BASENAME }}/bin/
337
cd ../lnav-build
338
zip -r ../lnav/${{ env.LNAV_ZIPNAME }} ${{ env.LNAV_BASENAME }}
339
- name: Upload windows archive
0 commit comments