Skip to content

Commit c8ab1fa

Browse files
authored
Update deployBack.yml
1 parent e67bed8 commit c8ab1fa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deployBack.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ jobs:
2121
with:
2222
java-version: '17'
2323
distribution: 'temurin'
24-
- name: Change to project directory
25-
run: cd ./server
24+
- name: Generate Gradle Wrapper
25+
run: gradle wrapper
26+
working-directory: path/to/your/project
2627
- name: Grant execute permission for gradlew
2728
run: chmod +x gradlew
29+
working-directory: ./server
30+
- name: Change to project directory
31+
run: cd path/to/your/project
2832
- name: Build with Gradle
2933
run: ./gradlew clean build --exclude-task test

0 commit comments

Comments
 (0)