Skip to content

Commit

Permalink
versionCode:22, versionName: 2.0.1
Browse files Browse the repository at this point in the history
- 버그 수정
  • Loading branch information
unam98 committed Jun 20, 2024
1 parent bc54e3e commit bf4f686
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Gradle cache
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
# - name: Gradle cache
# uses: actions/cache@v2
# with:
# path: |
# ~/.gradle/caches
# ~/.gradle/wrapper
# key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
# restore-keys: |
# ${{ runner.os }}-gradle-
- name: set up JDK 17
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit bf4f686

Please sign in to comment.