Skip to content

Commit

Permalink
bugfix: steps.build.outputs.filename => steps.pack.outputs.filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Apr 7, 2024
1 parent b2e0535 commit 86cfc2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/create-neon/data/templates/ci/github/build.yml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
if: {{#$}} inputs.github-release {{/$}}
uses: softprops/action-gh-release@{{versions.actions.ghRelease}}
with:
files: ./dist/{{#$}} steps.build.outputs.filename {{/$}}
files: ./dist/{{#$}} steps.pack.outputs.filename {{/$}}
tag_name: {{#$}} inputs.tag {{/$}}

main:
Expand All @@ -136,5 +136,5 @@ jobs:
if: {{#$}} inputs.github-release {{/$}}
uses: softprops/action-gh-release@{{versions.actions.ghRelease}}
with:
files: ./dist/{{#$}} steps.build.outputs.filename {{/$}}
files: ./dist/{{#$}} steps.pack.outputs.filename {{/$}}
tag_name: {{#$}} inputs.tag {{/$}}

0 comments on commit 86cfc2f

Please sign in to comment.