ci: rm unncessary dirs in linux artifact

The linux archive ships with un-necessary dir's, This patch removes them & archive just the binary
macos-click-through
kskarthik 2 years ago committed by GitHub
parent a628e6fe1b
commit 640c3ec7e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -198,7 +198,8 @@ jobs:
- name: Archive Linux artifact
run: |
tar czvf ./target/release/neovide.tar.gz ./target/release/neovide
cd ./target/release/
tar czvf neovide.tar.gz neovide
- uses: actions/upload-artifact@v1
with:

Loading…
Cancel
Save