From 3c83232b2575564e4eb0db27581ae086732f458e Mon Sep 17 00:00:00 2001 From: croche Date: Thu, 25 Apr 2024 14:47:38 +0100 Subject: [PATCH] OCM-7256 | chore: fix missing assets in release --- .github/workflows/publish-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index c66ffdc..c116f5f 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -63,6 +63,7 @@ jobs: # Copy the generated binary to the assets directory: binary = "rosa-support" + asset = os.path.join(assets, f"rosa-support-{goos}-{goarch}") os.rename(binary, asset) # Build for the supported operating systems and architectures: