Skip to content

Commit

Permalink
Use correct action path
Browse files Browse the repository at this point in the history
  • Loading branch information
mizosoft committed Feb 10, 2024
1 parent eac78ae commit c0d77c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: actions/checkout@v4

- name: Publish snapshot release artifacts
uses: ./github/actions/gradle
uses: ./.github/actions/gradle
env:
ORG_GRADLE_PROJECT_nexusUsername: ${{ secrets.NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_nexusPassword: ${{ secrets.NEXUS_PASSWORD }}
Expand Down

0 comments on commit c0d77c3

Please sign in to comment.