Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin-ssh/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
tareksander committed Feb 11, 2024
2 parents b7d4e8c + 4cf4360 commit 9246216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build
run: ./gradlew assembleDebugMinify
- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: termux-gui-debug.apk
path: ./app/build/outputs/apk/debugMinify/app-debugMinify.apk
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1

0 comments on commit 9246216

Please sign in to comment.