Skip to content

Commit

Permalink
remove upx on non-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Officeyutong committed Jun 10, 2022
1 parent 2a84fd7 commit ac4e2b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
with:
file: target/release/villagers-embedding-tool.exe
- name: Upx compression (Ubuntu & macOS)
uses: crazy-max/ghaction-upx@v2.0.0
if: ${{ matrix.os != 'windows-latest' }}
with:
file: target/release/villagers-embedding-tool
# - name: Upx compression (Ubuntu & macOS)
# uses: crazy-max/ghaction-upx@v2.0.0
# if: ${{ matrix.os != 'windows-latest' }}
# with:
# file: target/release/villagers-embedding-tool
- name: Rename binary
id: rename
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "villagers-embedding-tool"
version = "0.1.3"
version = "0.1.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit ac4e2b8

Please sign in to comment.