Skip to content

Commit

Permalink
Update building.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samolego authored Oct 20, 2020
1 parent 5fbab39 commit 574c108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Execute permission for renaming script
run: chmod +x main.sh
run: chmod +x ./.github/workflows/main.sh
- name: Running main script
run: ./.github/workflows/main.sh

Expand Down

0 comments on commit 574c108

Please sign in to comment.