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 0892d91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 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
8 changes: 4 additions & 4 deletions src/app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: "9e8c3858111da373efc5aa341de011d9bd23e2c5c5e0c62bccf32438e192d7b1"
sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
url: "https://pub.dev"
source: hosted
version: "3.0.2"
version: "4.0.0"
flutter_local_notifications:
dependency: transitive
description:
Expand Down Expand Up @@ -560,10 +560,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
url: "https://pub.dev"
source: hosted
version: "3.0.0"
version: "4.0.0"
logger:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion src/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dev_dependencies:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^3.0.2 # 4.0.0
flutter_lints: ^4.0.0
package_rename: ^1.5.3
build_runner: ^2.4.8
retrofit_generator: ^8.1.0
Expand Down
1 change: 1 addition & 0 deletions src/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Prefix your items with `(Template)` if the change is about the template and not
- 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 0892d91

Please sign in to comment.