diff --git a/pkgs/create-neon/data/templates/ci/github/build.yml.hbs b/pkgs/create-neon/data/templates/ci/github/build.yml.hbs index 2c752b696..2f195ca88 100644 --- a/pkgs/create-neon/data/templates/ci/github/build.yml.hbs +++ b/pkgs/create-neon/data/templates/ci/github/build.yml.hbs @@ -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: @@ -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 {{/$}}