diff --git a/build/stage-build.yml b/build/stage-build.yml index f3e2002..98c9a9e 100644 --- a/build/stage-build.yml +++ b/build/stage-build.yml @@ -128,7 +128,7 @@ jobs: - name: ApplicationEnvironment value: ${{ parameters.applicationEnvironment }} - name: ArtifactName - value: $(iOSArtifactName)_${{ parameters.applicationEnvironment }} + value: ${{ parameters.iosArtifactName }} - group: ${{ parameters.iosVariableGroup }} diff --git a/src/cli/CHANGELOG.md b/src/cli/CHANGELOG.md index f98622b..f93633c 100644 --- a/src/cli/CHANGELOG.md +++ b/src/cli/CHANGELOG.md @@ -5,10 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) Prefix your items with `(Template)` if the change is about the template and not the resulting application. -## 0.19.4 +## 0.19.5 - Update packages. - lints: 4.0.0 - alice: 1.0.0-dev.5 +- Fix CI/CD iOS artifact name. ## 0.19.3 - Fix CI/CD artifact name for iOS.