Skip to content

Commit

Permalink
Change release .tar.xz (#204)
Browse files Browse the repository at this point in the history
Change release .tar.xz
  • Loading branch information
Riey authored Feb 5, 2021
1 parent 0cc60d3 commit 5eff14d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: /tmp/kime/kime.7z
asset_name: kime-${{ steps.version.outputs.ver }}.7z
asset_content_type: application/x-7z-compressed
asset_content_type: application/x-xz

- name: Upload deb package
uses: actions/upload-release-asset@v1
Expand Down
2 changes: 1 addition & 1 deletion ci/build_release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

cargo xtask build XIM WAYLAND GTK2 GTK3 GTK4 QT5 QT6
7z a /opt/kime-out/kime.7z ./build/out/*
tar cvf - -C ./build/out . | xz -9 -T0 -c - > /opt/kime-out/kime.tar.xz
cargo xtask release-deb /opt/kime-out
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Dev

* Change release .tar.xz [#204](https://github.com/Riey/kime/issues/204)
* Support ALT modifier [#190](https://github.com/Riey/kime/issues/190)
* Fix wayland doesn't close fd well [#194](https://github.com/Riey/kime/issues/194)
* Using xim sync mode [49d0ef3e](https://github.com/Riey/kime/commit/49d0ef3e0b473378881a396f394db09bff0d2a81)
Expand Down

0 comments on commit 5eff14d

Please sign in to comment.