File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ jobs:
491
491
VERSION_WITH_PREFIX : ${{ github.ref_name }}
492
492
run : |
493
493
$env:VERSION=$env:VERSION_WITH_PREFIX.substring(1)
494
- mkdir $env:VERSION
494
+ mkdir $env:VERSION -ErrorAction SilentlyContinue
495
495
mv windows-binaries.zip .\$env:VERSION\
496
496
mv linux-binaries.zip .\$env:VERSION\
497
497
git config user.email ${{ secrets.BINARIES_EMAIL }}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This project uses [towncrier](https://towncrier.readthedocs.io/) to generate cha
19
19
- feat: accept bandit advisories in-line for subprocess [ #1077 ] ( https://github.com/ansys/pyansys-geometry/pull/1077 )
20
20
- feat: adding containers to automatic launcher [ #1090 ] ( https://github.com/ansys/pyansys-geometry/pull/1090 )
21
21
- feat: minor changes to Linux Dockerfile [ #1111 ] ( https://github.com/ansys/pyansys-geometry/pull/1111 )
22
-
22
+ - feat: avoid error if folder exists [ # 1125 ] ( https://github.com/ansys/pyansys-geometry/pull/1125 )
23
23
24
24
### Changed
25
25
You can’t perform that action at this time.
0 commit comments