Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeel5839 committed Mar 15, 2022
1 parent 3394f05 commit e2111fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew
working-directory: ${{ env.PATH }}
working-directory: ${{ env.working-directory }}

- name: Build with Gradle
run: ./gradlew clean build
working-directory: ${{ env.PATH }}
working-directory: ${{ env.working-directoryy }}

- name: Make zip file
run: zip -r ./$GITHUB_SHA.zip .
shell: bash
working-directory: ${{ env.PATH }}
working-directory: ${{ env.working-directory }}

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit e2111fd

Please sign in to comment.