Skip to content

Commit

Permalink
Bashed runs
Browse files Browse the repository at this point in the history
  • Loading branch information
acodili-jg authored Jul 26, 2023
1 parent 25dbdae commit 698c3c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ runs:
- 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
if: ${{ inputs.capture-artifacts }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 698c3c2

Please sign in to comment.