From 222d7c650bb31d75726853edae49f4527d49fef0 Mon Sep 17 00:00:00 2001 From: "Meggle (Sebastian Bathke)" Date: Mon, 23 Sep 2024 20:27:47 +0200 Subject: [PATCH] ci: release add all platform artifacts --- .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 0ea00d31..0335691c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: uses: ncipollo/release-action@v1 with: name: ${{ env.RELEASE_VERSION }} - artifacts: "cmd/zbctl/dist/*" + artifacts: "cmd/zbctl/dist/zbctl,cmd/zbctl/dist/zbctl.exe,cmd/zbctl/dist/zbctl.darwin" artifactErrorsFailBuild: true generateReleaseNotes: true token: ${{ secrets.GITHUB_TOKEN }}