Skip to content

Commit 2463c3c

Browse files
committed
fix
1 parent 83cf757 commit 2463c3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ jobs:
4343
- name: Create tarball
4444
run: |
4545
npm pack
46-
mv -n *.tgz juno-node-${{ steps.version_check.outputs.rawVersion }}.tgz
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+
4751

4852
- name: Upload Artifact
4953
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)