Skip to content

Commit

Permalink
ci: release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesblasco committed Mar 16, 2022
1 parent 74f7461 commit b570ec4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ workflows:
- find . -name "Podfile" -execdir pod install \;
- keychain initialize
- app-store-connect fetch-signing-files "app.flutter.rushpuzzle" --type MAC_APP_STORE --platform MAC_OS --create --certificate-key "$MAC_CERTIFICATE_PRIVATE_KEY"
- app-store-connect list-certificates --type MAC_INSTALLER_DISTRIBUTION --save --certificate-key "$MAC_CERTIFICATE_PRIVATE_KEY"
- app-store-connect create-certificate --type MAC_INSTALLER_DISTRIBUTION --certificate-key "$MAC_CERTIFICATE_PRIVATE_KEY" --save || \
app-store-connect list-certificates --type MAC_INSTALLER_DISTRIBUTION --certificate-key "$MAC_CERTIFICATE_PRIVATE_KEY" --save
- keychain add-certificates
- xcode-project use-profiles
- |
Expand Down Expand Up @@ -157,6 +158,7 @@ workflows:
- build/windows/**/*.msix
- build/windows/**/*.exe
- build/macos/**/*.pkg
- build/macos/**/*.app
- flutter_drive.log
publishing:
email:
Expand Down Expand Up @@ -189,6 +191,7 @@ workflows:
- pattern: '*'
include: true
scripts:
- choco install gh
- flutter packages pub get
- flutter config --enable-windows-desktop
- flutter build windows
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rush_hour_puzzle
description: Play a daily Rush Puzzle game
version: 1.0.1+14
version: 1.0.2+15
publish_to: none

environment:
Expand Down

0 comments on commit b570ec4

Please sign in to comment.