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 5719369 commit 331a877Copy full SHA for 331a877
.github/workflows/ci_cd.yml
@@ -491,7 +491,7 @@ jobs:
491
VERSION_WITH_PREFIX: ${{ github.ref_name }}
492
run: |
493
$env:VERSION=$env:VERSION_WITH_PREFIX.substring(1)
494
- mkdir $env:VERSION
+ mkdir $env:VERSION -ErrorAction SilentlyContinue
495
mv windows-binaries.zip .\$env:VERSION\
496
mv linux-binaries.zip .\$env:VERSION\
497
git config user.email ${{ secrets.BINARIES_EMAIL }}
doc/changelog.d/1125.changed.md
@@ -0,0 +1 @@
1
+feat: avoid error if folder exists
0 commit comments