Skip to content

Commit

Permalink
Update build_push.yml
Browse files Browse the repository at this point in the history
Update build_push.yml
  • Loading branch information
almightyhak committed Jun 24, 2024
1 parent ad556b0 commit 5562465
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
ALIAS: ${{ secrets.ALIAS }}
KEY_STORE_PASSWORD: ${{ secrets.KEY_STORE_PASSWORD }}
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
run: ./gradlew -p src assembleRelease
run: chmod +x ./gradlew && ./gradlew -p src assembleDebug

- name: Upload APKs (chunk ${{ matrix.chunk }})
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
Expand Down Expand Up @@ -158,4 +158,5 @@ jobs:
- name: Deploy repo
run: |
cd repo
chmod +x ../main/.github/scripts/commit-repo.sh
../main/.github/scripts/commit-repo.sh

0 comments on commit 5562465

Please sign in to comment.