Skip to content

Commit

Permalink
Fix bug for v1 provider path
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Jul 1, 2024
1 parent b8b5ee4 commit e92e27a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
#{{- if ge (index .Config "major-version") 2 }}#
echo "provider/v#{{ index .Config "major-version" }}#"
#{{- else }}#
echo "provider/v#{{ index .Config "major-version" }}#"
echo "provider"
#{{- end }}#
} >> "$GITHUB_OUTPUT"
- name: Calc ldflags
Expand Down

0 comments on commit e92e27a

Please sign in to comment.