Skip to content

Commit

Permalink
chore: changed app names in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Jul 18, 2024
1 parent bd6772d commit 796642d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dapp-android-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
release-internal:
uses: ./.github/workflows/release-android-base.yaml
with:
name: Web3Modal React Native
name: RN AppKit
root-path: 'dapps/W3MWagmi'
release-type: 'internal'
output-path: 'dapps/W3MWagmi/android/app/build/outputs/apk/internal/app-internal.apk'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dapp-ios-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
release-internal:
uses: ./.github/workflows/release-ios-base.yaml
with:
name: Web3Modal React Native
name: RN AppKit
root-path: 'dapps/W3MWagmi'
xcode-project-path: 'dapps/W3MWagmi/ios/W3MWagmi.xcodeproj'
xcode-workspace-path: 'dapps/W3MWagmi/ios/W3MWagmi.xcworkspace'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-wallet-android-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
release-internal:
uses: ./.github/workflows/release-android-base.yaml
with:
name: Web3Wallet React Native
name: RN Wallet
root-path: 'wallets/rn_cli_wallet'
release-type: 'internal'
output-path: 'wallets/rn_cli_wallet/android/app/build/outputs/apk/internal/app-internal.apk'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-wallet-android-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
release-production:
uses: ./.github/workflows/release-android-base.yaml
with:
name: Web3Wallet React Native
name: RN Wallet
root-path: 'wallets/rn_cli_wallet'
release-type: 'production'
output-path: 'wallets/rn_cli_wallet/android/app/build/outputs/apk/release/app-release.apk'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-wallet-ios-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
release-internal:
uses: ./.github/workflows/release-ios-base.yaml
with:
name: Web3Wallet React Native
name: RN Wallet
root-path: 'wallets/rn_cli_wallet'
xcode-project-path: 'wallets/rn_cli_wallet/ios/RNWeb3Wallet.xcodeproj'
xcode-workspace-path: 'wallets/rn_cli_wallet/ios/RNWeb3Wallet.xcworkspace'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-wallet-ios-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
release-production:
uses: ./.github/workflows/release-ios-base.yaml
with:
name: Web3Wallet React Native
name: RN Wallet
root-path: 'wallets/rn_cli_wallet'
xcode-project-path: 'wallets/rn_cli_wallet/ios/RNWeb3Wallet.xcodeproj'
xcode-workspace-path: 'wallets/rn_cli_wallet/ios/RNWeb3Wallet.xcworkspace'
Expand Down

0 comments on commit 796642d

Please sign in to comment.