Skip to content

Commit 86b9dc2

Browse files
committed
[build] fix paths
1 parent 80b2dcf commit 86b9dc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bins.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ jobs:
288288
ldd $PREFIX/bin/lnav.exe | grep /usr | cut -d' ' -f3 | xargs -I {} cp {} $PREFIX/bin/
289289
cp ../lnav/README ../lnav/NEWS.md .
290290
zip -r ../lnav/${{ env.LNAV_ZIPNAME }} ${{ env.LNAV_BASENAME }}
291-
mkdir bin
292-
cp $PREFIX/bin/* bin/
291+
mkdir ../lnav/bin
292+
cp $PREFIX/bin/* ../lnav/bin/
293293
- name: "💉 Basic test"
294294
run: |
295295
set -x

0 commit comments

Comments
 (0)