Skip to content

Commit

Permalink
[release] pull before doing osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
tstack committed Oct 6, 2022
1 parent f4e67df commit 016bca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ osx-build:

osx-package: clean-outbox osx-build
mkdir -p osx-pkg/lnav-${VERSION}
git pull --rebase
cp ../README ../NEWS.md osx-pkg/lnav-${VERSION}
cp osx-build-dir/src/lnav osx-pkg/lnav-${VERSION}
cp osx-build-dir/lnav-${VERSION}.tar.gz outbox/
Expand Down

0 comments on commit 016bca0

Please sign in to comment.