Skip to content

Commit 3a72bcb

Browse files
committed
Merge branch 'main' into release/0.5
2 parents b10c0ad + b61e4f2 commit 3a72bcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)