-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π :: v2.1.0
- Loading branch information
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,17 @@ jobs: | |
DATA: ${{ secrets.GOOGLE_SERVICES_JSON }} | ||
run: echo $DATA > /home/runner/work/JOBIS-ANDROID-V2/JOBIS-ANDROID-V2/app/google-services.json | ||
|
||
- name: Create google-cloud-platform.json | ||
env: | ||
DATA: ${{ secrets.GOOGLE_CLOUD_PLATFORM }} | ||
run: echo $DATA | base64 --decode > /home/runner/work/JOBIS-ANDROID-V2/JOBIS-ANDROID-V2/app/src/main/play/google-cloud-platform.json | ||
|
||
- name: Decode Keystore | ||
id: decode_keystore | ||
uses: timheuer/base64-to-file@v1 | ||
with: | ||
fileName: '/keystore/jobis_v2_key.jks' | ||
encodedString: ${{secrets.APP_RELEASE_KEY_STORE}} | ||
encodedString: ${{ secrets.APP_RELEASE_KEY_STORE }} | ||
|
||
- name: Build Release And Publish AAB | ||
run: ./gradlew publishReleaseBundle | ||
|
@@ -71,7 +76,7 @@ jobs: | |
prerelease: false | ||
|
||
- name: Notify Slack on Success | ||
if: success() | ||
if: ${{ success() }} | ||
id: slack-success | ||
uses: slackapi/[email protected] | ||
with: | ||
|
@@ -104,7 +109,7 @@ jobs: | |
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK | ||
|
||
- name: Notify Slack on Failure | ||
if: failure() | ||
if: ${{ failure() }} | ||
id: slack-failure | ||
uses: slackapi/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
β’ λ¦΄λ¦¬μ¦ ν μ€ μμ½ | ||
[v2.1.0] | ||
β’ λ²κ·Έ μμ λ° κΈ°λ₯μ μΆκ°νμ΄μ. | ||
|
||
[ μλ‘μ΄ κΈ°λ₯ ] | ||
β’ μλ‘κ² μΆκ°λ κΈ°λ₯μ λμ΄ν©λλ€. | ||
β’ μλ¦Ό μ€μ κΈ°λ₯μ μΆκ°νμ΄μ. | ||
|
||
[ κ°μ λ μ ] | ||
β’ κ°μ λ μ μ λμ΄ν©λλ€. | ||
β’ λμμΈ μμλ₯Ό λ³κ²½νμ΄μ. | ||
|
||
[ λ²κ·Έ μμ ] | ||
β’ μμ λ λ²κ·Έλ₯Ό λμ΄ν©λλ€. | ||
β’ λ€λ‘κ°κΈ° μ°ν μ λΉ νλ©΄μ΄ λνλλ λ²κ·Έλ₯Ό μμ νμ΄μ. |