Skip to content

Commit

Permalink
include assets in linux archive (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
acco32 committed Jan 27, 2023
1 parent 973d816 commit 82f63d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
run: |
cd ./target/release/
strip neovide
tar czvf neovide.tar.gz neovide
tar czvf neovide.tar.gz neovide ../../assets/neovide.desktop ../../assets/neovide.svg
- name: Create AppImage
run: |
Expand Down

0 comments on commit 82f63d4

Please sign in to comment.