ci: remove unncessary dirs in linux artifact (#1386)

macos-click-through
multisn8 2 years ago committed by GitHub
commit 2a374addcb
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