Skip to content

Commit

Permalink
[mod] #312 jdk 주체 통일
Browse files Browse the repository at this point in the history
  • Loading branch information
sxunea committed Oct 27, 2024
1 parent 2a5a3c2 commit f89ebc7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/winey-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false"
GRADLE_BUILD_ACTION_CACHE_DEBUG_ENABLED: true
# main 브랜치에 PR을 올릴 시 트리거
# main, develop 브랜치에 PR을 올릴 시 트리거
on:
pull_request:
branches:
- develop
- main


jobs:
cd-build:
Expand All @@ -19,7 +21,7 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
distribution: 'temurin'
java-version: 17

- name: Generate winey.keystore.jks
Expand Down

0 comments on commit f89ebc7

Please sign in to comment.