Skip to content

Commit

Permalink
Update 4 deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yubin-im authored Nov 23, 2023
1 parent 4f7a353 commit 4cb580c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
distribution: 'temurin'

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
run: chmod +x .\gradlew
shell: bash

- name: Build with Gradle
run: ./gradlew clean build
run: .\gradlew clean build
shell: bash

- name: Get current time
Expand Down

0 comments on commit 4cb580c

Please sign in to comment.