Skip to content

Commit

Permalink
ci: we need to add the version to the file name too
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Feb 13, 2025
1 parent b500e79 commit 654157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latest-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
build:
uses: ./.github/workflows/build-binary.yaml
with:
version: latest
version: ${{ needs.init.outputs.version }}

publish:
needs: [ init, build ]
Expand Down

0 comments on commit 654157a

Please sign in to comment.