Skip to content

Commit

Permalink
Merge pull request #7 from ciaranRoche/release-action-fix-assets
Browse files Browse the repository at this point in the history
OCM-7256 | chore: fix missing assets in release
  • Loading branch information
ciaranRoche authored Apr 25, 2024
2 parents de32349 + 3c83232 commit 8e7104d
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 8e7104d

Please sign in to comment.