From afdd14fd9012b9f8e4247a141640d5f9a0816f94 Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Sun, 18 Jun 2023 16:56:01 +0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cdccc0..0ef1cfd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl] + target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu] steps: - uses: actions/checkout@master - name: Compile and release