We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cf757 commit 2463c3cCopy full SHA for 2463c3c
.github/workflows/build.yml
@@ -43,7 +43,11 @@ jobs:
43
- name: Create tarball
44
run: |
45
npm pack
46
- mv -n *.tgz juno-node-${{ steps.version_check.outputs.rawVersion }}.tgz
+
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
51
52
- name: Upload Artifact
53
uses: actions/upload-artifact@v2
0 commit comments