Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eunxeum authored Oct 31, 2024
1 parent 1ff8abb commit 9e4e4c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'
Expand All @@ -36,7 +36,7 @@ jobs:
mv before-deploy/before-deploy.zip deploy/goody.zip
- name: Deploy to S3 (GitHub Artifacts)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: deploy
path: deploy
Expand Down

0 comments on commit 9e4e4c0

Please sign in to comment.