Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick-Ryu committed Sep 29, 2024
2 parents b25e092 + a8c78b9 commit 121b9ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
java-version: 19
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
version: '8.4' # Specify the Gradle version you want to use
- name: Build with Gradle
run: ./gradlew build
- name: Sign app APK
Expand All @@ -30,7 +32,7 @@ jobs:
alias: ${{ secrets.ALIAS }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
keyPassword: ${{ secrets.KEY_PASSWORD }}
- run: mv ${{steps.sign_app.outputs.signedReleaseFile}} CookTools_$GITHUB_REF_NAME.apk
- run: mv ${{ steps.sign_app.outputs.signedReleaseFile }} CookTools_${{ github.ref_name }}.apk
- uses: ncipollo/release-action@v1
with:
artifacts: "*.apk"
Expand Down

0 comments on commit 121b9ce

Please sign in to comment.