1
0
mirror of https://github.com/termux/termux-app synced 2024-06-15 13:56:39 +00:00

Merge branch 'termux:master' into master

This commit is contained in:
Matt Tew 2024-04-05 08:05:09 +08:00 committed by GitHub
commit e367b7b298
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
- name: Upload APKs to release
uses: termux/upload-release-action@v4.1.0
uses: termux/upload-release-action@v4.2.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "**/*.apk"

View File

@ -16,4 +16,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/wrapper-validation-action@v2