diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0b3cec..6a14ae7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,24 +32,24 @@ jobs: skip_tests: true - os_name: Linux-x86_64 os: ubuntu-20.04 - target: x86_64-unknown-linux-musl + target: x86_64-unknown-linux-gnu bin: redacter - name: redacter-Linux-x86_64-musl.tar.gz + name: redacter-Linux-x86_64.tar.gz - os_name: Linux-aarch64 os: ubuntu-20.04 - target: aarch64-unknown-linux-musl + target: aarch64-unknown-linux-gnu bin: redacter - name: redacter-Linux-aarch64-musl.tar.gz + name: redacter-Linux-aarch64.tar.gz - os_name: Linux-arm os: ubuntu-20.04 - target: arm-unknown-linux-musleabi + target: arm-unknown-linux-gnu bin: redacter - name: redacter-Linux-arm-musl.tar.gz + name: redacter-Linux-arm.tar.gz - os_name: Linux-i686 os: ubuntu-20.04 - target: i686-unknown-linux-musl + target: i686-unknown-linux-gnu bin: redacter - name: redacter-Linux-i686-musl.tar.gz + name: redacter-Linux-i686.tar.gz skip_tests: true - os_name: Windows-aarch64 os: windows-latest