Skip to content

Commit

Permalink
ci: remove appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBrevig committed Mar 8, 2024
1 parent 2a5ca4d commit 5536141
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,9 @@ jobs:
pkgname=github-lsp-$GITHUB_REF_NAME-$platform
mkdir -p $pkgname
cp $source/LICENSE $source/README.md $pkgname
mkdir $pkgname/contrib
cp -r $source/contrib/completion $pkgname/contrib
mv bins-$platform/github-lsp$exe $pkgname
chmod +x $pkgname/github-lsp$exe
if [[ "$platform" = "x86_64-linux" ]]; then
mv bins-$platform/github-lsp-*.AppImage* dist/
fi
if [ "$exe" = "" ]; then
tar cJf dist/$pkgname.tar.xz $pkgname
else
Expand Down

0 comments on commit 5536141

Please sign in to comment.