Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thebongy committed May 1, 2020
1 parent 83cf757 commit 2463c3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:
- name: Create tarball
run: |
npm pack
mv -n *.tgz juno-node-${{ steps.version_check.outputs.rawVersion }}.tgz
- name: Rename tar (staging)
if: github.ref == 'refs/heads/staging'
run: mv *.tgz juno-node-${{ steps.version_check.outputs.rawVersion }}.tgz


- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 2463c3c

Please sign in to comment.