Skip to content

Commit

Permalink
DO NOT PUSH THIS
Browse files Browse the repository at this point in the history
  • Loading branch information
marat2509 authored Jan 10, 2024
1 parent 4b97ca2 commit 1e208d9
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build with Gradle
run: |
ls /usr/local/lib/android/sdk/build-tools/
exit 1
# exit 1
echo 'org.gradle.parallel=true' >> gradle.properties
echo 'org.gradle.vfs.watch=true' >> gradle.properties
echo 'org.gradle.jvmargs=-Xmx2048m' >> gradle.properties
Expand All @@ -88,13 +88,15 @@ jobs:
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Release apk
uses: ncipollo/[email protected]
with:
token: ${{ github.token }}
tag: ${{ steps.parse_version.outputs.VERSION }}
artifacts: ${{steps.sign_app.outputs.signedReleaseFile}}
generateReleaseNotes: true
makeLatest: true
replacesArtifacts: true
# - name: Release apk
# uses: ncipollo/[email protected]
# with:
# token: ${{ github.token }}
# tag: ${{ steps.parse_version.outputs.VERSION }}
# artifacts: ${{steps.sign_app.outputs.signedReleaseFile}}
# generateReleaseNotes: true
# makeLatest: true
# replacesArtifacts: true

0 comments on commit 1e208d9

Please sign in to comment.