From 0e241ef625eac435aa715e0ad2c075000dc3e612 Mon Sep 17 00:00:00 2001 From: blacknon Date: Sun, 10 Nov 2024 15:05:17 +0900 Subject: [PATCH] update. Github Actions Update. --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d00e604..737abaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -209,7 +209,7 @@ jobs: strategy: matrix: include: - - target: x86_64-unknown-linux-gnu + - target: x86_64-unknown-linux-gnu-targz os: ubuntu-latest ext: tar.gz - target: x86_64-unknown-linux-musl-targz @@ -221,13 +221,13 @@ jobs: - target: x86_64-unknown-linux-musl-deb os: ubuntu-latest ext: deb - - target: x86_64-apple-darwin + - target: x86_64-apple-darwin-targz os: macos-latest ext: tar.gz - - target: aarch64-apple-darwin + - target: aarch64-apple-darwin-targz os: macos-latest ext: tar.gz - - target: x86_64-pc-windows-gnu + - target: x86_64-pc-windows-gnu-zip os: ubuntu-latest ext: zip needs: [create-release]