Skip to content

Commit 77f2cb5

Browse files
authored
0.1.1-beta (#14)
1 parent 3fa4a33 commit 77f2cb5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

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

4343
- name: Create tarball
44-
run: npm pack
44+
run: |
45+
npm pack
46+
47+
- name: Rename tar (staging)
48+
if: github.ref == 'refs/heads/staging'
49+
run: mv *.tgz juno-node-${{ steps.version_check.outputs.rawVersion }}.tgz
50+
4551

4652
- name: Upload Artifact
4753
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)