Skip to content

Commit

Permalink
ci: generate zip package for distribution (TabbyML#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored May 14, 2024
1 parent ec7166e commit 9b1d721
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ jobs:
mkdir -p $distdir
cp $llama_server $distdir/llama-server
cp $tabby $distdir/tabby
zip -r $distdir.zip $distdir
rm -rf $distdir
fi
done
done
Expand All @@ -279,6 +281,6 @@ jobs:
with:
allowUpdates: true
prerelease: true
artifacts: "dist/tabby_*"
artifacts: "dist/tabby_*.zip"
tag: ${{ github.ref_name }}
removeArtifacts: true

0 comments on commit 9b1d721

Please sign in to comment.