Skip to content

Commit

Permalink
Merge pull request #3648 from planetarium/release/90.0.24
Browse files Browse the repository at this point in the history
Release/90.0.24 into main
  • Loading branch information
jonny-jeahyunchoi authored Nov 21, 2023
2 parents 073df94 + c55d3b9 commit 4b08459
Show file tree
Hide file tree
Showing 1,666 changed files with 546,956 additions and 83,669 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/android-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ on:
required: false
default: false

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true

env:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
Expand Down Expand Up @@ -115,7 +119,7 @@ jobs:
- name: Convert AAB to APKS
run: |
sudo java -jar /tmp/bundletool-all-*.jar build-apks --bundle="/tmp/player/Android/NineChronicles.aab" --output="/tmp/player/Android/result.apks" --ks="/tmp/9c-signing-keystore.keystore" --ks-pass=file:/tmp/keystore.pwd --ks-key-alias=$(cat /tmp/keyalias.name) --key-pass=file:/tmp/keyalias.pwd --mode=universal --local-testing
sudo java -jar /tmp/bundletool-all-*.jar build-apks --bundle="/tmp/player/Android/Nine Chronicles M.aab" --output="/tmp/player/Android/result.apks" --ks="/tmp/9c-signing-keystore.keystore" --ks-pass=file:/tmp/keystore.pwd --ks-key-alias=$(cat /tmp/keyalias.name) --key-pass=file:/tmp/keyalias.pwd --mode=universal --local-testing
- name: Pack
run: |
Expand Down Expand Up @@ -168,7 +172,7 @@ jobs:
GOOGLE_PLAY_KEY_FILE: ${{ secrets.GOOGLE_PLAY_KEY_FILE }}
GOOGLE_PLAY_KEY_FILE_PATH:
${{ format('{0}/fastlane/google-fastlane.json', github.workspace) }}
ANDROID_BUILD_FILE_PATH: ${{ format('{0}/build/Android/NineChronicles.aab', github.workspace) }}
ANDROID_BUILD_FILE_PATH: ${{ format('{0}/build/Android/Nine Chronicles M.aab', github.workspace) }}
ANDROID_PACKAGE_NAME: ${{ secrets.ANDROID_PACKAGE_NAME }}
steps:
- name: Checkout Repository
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ on:
workflow_dispatch:
inputs:

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true

permissions:
id-token: write
contents: read
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ nekoyume/compose/results

# Genesis Block
/nekoyume/Assets/StreamingAssets/genesis-block*
/nekoyume/Assets/StreamingAssets/genesis-block-dev*
!/nekoyume/Assets/StreamingAssets/genesis-block-9c-main
# Shared project
shared/bin/*

# Installer Output
Expand Down
Loading

0 comments on commit 4b08459

Please sign in to comment.