diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 783d1bf..f3a1de6 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -19,7 +19,7 @@ jobs: target: x86_64-apple-darwin architecture: x86_64 binary-postfix: "" - binary-name: television-rs + binary-name: tv use-cross: false - os: macos-latest os-name: macos @@ -27,35 +27,35 @@ jobs: architecture: arm64 binary-postfix: "" use-cross: false - binary-name: television-rs + binary-name: tv - os: ubuntu-latest os-name: linux target: x86_64-unknown-linux-gnu architecture: x86_64 binary-postfix: "" use-cross: false - binary-name: television-rs + binary-name: tv - os: windows-latest os-name: windows target: x86_64-pc-windows-msvc architecture: x86_64 binary-postfix: ".exe" use-cross: false - binary-name: television-rs + binary-name: tv - os: ubuntu-latest os-name: linux target: aarch64-unknown-linux-gnu architecture: arm64 binary-postfix: "" use-cross: true - binary-name: television-rs + binary-name: tv - os: ubuntu-latest os-name: linux target: i686-unknown-linux-gnu architecture: i686 binary-postfix: "" use-cross: true - binary-name: television-rs + binary-name: tv steps: - name: Checkout repository diff --git a/Cargo.lock b/Cargo.lock index 5f9eddc..a1c0be8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3104,7 +3104,7 @@ dependencies = [ [[package]] name = "television" -version = "0.4.16" +version = "0.4.17" dependencies = [ "anyhow", "bat", diff --git a/Cargo.toml b/Cargo.toml index 3d2db44..497cf95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "television" -version = "0.4.16" +version = "0.4.17" edition = "2021" description = "The revolution will be televised." license = "MIT"