Skip to content

Commit

Permalink
OCM-7256 | chore: fix missing assets in release
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranRoche committed Apr 25, 2024
1 parent de32349 commit 3c83232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c83232

Please sign in to comment.