Skip to content

Commit d406e3d

Browse files
committed
Use correct name for tgz file
1 parent 726f466 commit d406e3d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
name: ${{ steps.tag-version.outputs.tagVersion }}
9393
tag_name: ${{ steps.tag-version.outputs.tagVersion }}
94-
files: harperfast-harper-*.tgz
94+
files: harper-*.tgz
9595
fail_on_unmatched_files: true
9696
generate_release_notes: true
9797
prerelease: ${{ steps.version-components.outputs.prerelease != '' }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ commits-to-pick.txt
4343

4444
# npm run package Outputs
4545
harperfast-harper-*.tgz
46+
harper-*.tgz

0 commit comments

Comments
 (0)