Skip to content

Commit

Permalink
fix: correct check name for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed May 3, 2024
1 parent 81e9616 commit bfaab2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-publish-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
ref: ${{ github.ref }}
running-workflow-name: android-publish-artifact
check-name: android-unit-test
check-name: unit
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 20
- uses: gradle/actions/setup-gradle@v3
Expand Down

0 comments on commit bfaab2d

Please sign in to comment.