Skip to content

Commit

Permalink
TEMP Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
thepetk committed Nov 12, 2024
1 parent a061b08 commit 7b841a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
with:
draft: false
files: ${{matrix.chart.package}}/${{env.RELEASE_VERSION}}
files: ${{matrix.chart.package}}-${{env.RELEASE_VERSION}}.tgz

0 comments on commit 7b841a9

Please sign in to comment.