Skip to content

Commit

Permalink
fix: CI iOS artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Soap-141 committed Jun 19, 2024
1 parent 928c474 commit fbffc29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: ApplicationEnvironment
value: ${{ parameters.applicationEnvironment }}
- name: ArtifactName
value: $(iOSArtifactName)_${{ parameters.applicationEnvironment }}
value: ${{ parameters.iosArtifactName }}

- group: ${{ parameters.iosVariableGroup }}

Expand Down
3 changes: 2 additions & 1 deletion src/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fbffc29

Please sign in to comment.