Skip to content

Commit

Permalink
always set executable bit on gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Jun 11, 2024
1 parent 612f61e commit 054db74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
distribution: 'microsoft'
java-version: 21
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
- name: Build with Gradle
run: gradle build --rerun-tasks
run: ./gradlew build --rerun-tasks
- name: Upload build artifacts (Fabric)
continue-on-error: true
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 054db74

Please sign in to comment.