Skip to content

Commit

Permalink
chore: Fix capitalized name
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Sep 7, 2023
1 parent 3eefd80 commit beb5dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-rhino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
repository: 'Anuken/rhino'
ref: ${{ github.event.inputs.version }}
path: Rhino
path: rhino

- name: Install and Setup Minio CLI
run: |
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
env:
VERSION: ${{ github.event.inputs.version }}
run: |
cd ./Rhino
cd ./rhino
sed -i "s/^version=.*/version=$VERSION/" ./gradle.properties
./gradlew -Dfile.encoding=UTF-8 -Dhttps.protocols=TLSv1.2 -xtest -xjavadoc assemble publishToMavenLocal
Expand Down

0 comments on commit beb5dad

Please sign in to comment.