From 0477d8d21ee310fbfb0c03c0f29e9c829079e4bf Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Mon, 9 Oct 2023 17:06:13 +0800 Subject: [PATCH] Fix: release all plantform --- .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 ef0535c..e2d27ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Build run: | - bash build.sh -v "v${{ steps.get_version.outputs.VERSION }}" -P -p "windows/amd64,linux/amd64,linux/arm64,darwin/amd64,darwin/arm64" + bash build.sh -v "v${{ steps.get_version.outputs.VERSION }}" -P -p "windows,linux,darwin" - uses: "marvinpinto/action-automatic-releases@latest" with: