Skip to content

Commit

Permalink
Fix path gen/tfgen typo
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Jan 13, 2025
1 parent 246bf85 commit c00855a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ jobs:
with:
#{{- if .Config.NoUpstream }}#
name: pulumi-gen-#{{ .Config.Provider }}#
path: ${{ github.workspace }}/bin/pulumi-gen-#{{ .Config.Provider }}#
#{{- else }}#
name: pulumi-tfgen-#{{ .Config.Provider }}#
#{{- end }}#
path: ${{ github.workspace }}/bin/pulumi-tfgen-#{{ .Config.Provider }}#
#{{- end }}#
retention-days: 30

- name: Upload schema-embed.json
Expand Down

0 comments on commit c00855a

Please sign in to comment.