Skip to content

Commit 574c108

Browse files
authored
Update building.yml
1 parent 5fbab39 commit 574c108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/building.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build with Gradle
2929
run: ./gradlew build
3030
- name: Execute permission for renaming script
31-
run: chmod +x main.sh
31+
run: chmod +x ./.github/workflows/main.sh
3232
- name: Running main script
3333
run: ./.github/workflows/main.sh
3434

0 commit comments

Comments
 (0)