Skip to content

Commit

Permalink
Revert title case
Browse files Browse the repository at this point in the history
  • Loading branch information
acodili-jg authored Jul 26, 2023
1 parent 4e47dea commit 6175a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ runs:
with:
java-version: 17
distribution: 'temurin'
- name: Make Gradle Wrapper Executable
- name: Make Gradle Wrapper executable
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
shell: bash
- name: Build
run: ./gradlew build
shell: bash
- name: Capture Build Artifacts
- name: Capture build artifacts
if: ${{ inputs.capture-artifacts }}
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6175a59

Please sign in to comment.