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 9584b1b commit 83cf757Copy full SHA for 83cf757
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Create tarball
44
run: |
45
npm pack
46
- mv *.tgz juno-node-${{ steps.version_check.outputs.rawVersion }}.tgz
+ mv -n *.tgz juno-node-${{ steps.version_check.outputs.rawVersion }}.tgz
47
48
- name: Upload Artifact
49
uses: actions/upload-artifact@v2
0 commit comments