Skip to content

Commit 83cf757

Browse files
committed
fix: Rename tar only if doesn't exist
1 parent 9584b1b commit 83cf757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Create tarball
4444
run: |
4545
npm pack
46-
mv *.tgz juno-node-${{ steps.version_check.outputs.rawVersion }}.tgz
46+
mv -n *.tgz juno-node-${{ steps.version_check.outputs.rawVersion }}.tgz
4747
4848
- name: Upload Artifact
4949
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)