Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduFish authored Aug 26, 2024
1 parent e8ce94a commit 9068f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
run: ./gradlew build --scan
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GITHUB_ACTOR: ${{ secrets.ACTOR }}
Expand Down

0 comments on commit 9068f31

Please sign in to comment.