Skip to content

Commit 59080a4

Browse files
committed
fix: rename tar file
1 parent 4649665 commit 59080a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
run: npm run build
4242

4343
- name: Create tarball
44-
run: npm pack
44+
run: |
45+
npm pack
46+
mv *.tgz juno-node-${{ steps.version_check.outputs.rawVersion }}.tgz
4547
4648
- name: Upload Artifact
4749
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)