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:
491491 VERSION_WITH_PREFIX : ${{ github.ref_name }}
492492 run : |
493493 $env:VERSION=$env:VERSION_WITH_PREFIX.substring(1)
494- mkdir $env:VERSION
494+ mkdir $env:VERSION -ErrorAction SilentlyContinue
495495 mv windows-binaries.zip .\$env:VERSION\
496496 mv linux-binaries.zip .\$env:VERSION\
497497 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
1919- feat: accept bandit advisories in-line for subprocess [ #1077 ] ( https://github.com/ansys/pyansys-geometry/pull/1077 )
2020- feat: adding containers to automatic launcher [ #1090 ] ( https://github.com/ansys/pyansys-geometry/pull/1090 )
2121- 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 )
2323
2424### Changed
2525
You can’t perform that action at this time.
0 commit comments