From b76b28368758dccc8f9f7668bf5fc81eef2d1120 Mon Sep 17 00:00:00 2001 From: Srikanth Date: Tue, 20 Feb 2024 18:25:39 +0530 Subject: [PATCH] fix ghcli release all 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 36339ac..cacff4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: version=$(jq -r ".version" metadata.json) - gh release create --title "v$version" dotnet.zip dotnet.zip.sha256 + gh release create --title "v$version" dotnet.zip* - name: setup git run: |