Skip to content

Commit

Permalink
Fixed android CI
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Oct 25, 2024
1 parent 6198385 commit 587a32a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

# Set Current Date As Env Variable
- name: Set current date as env variable
Expand All @@ -23,9 +23,11 @@ jobs:
run: echo "repository_name=Package Manager" >> $GITHUB_ENV

- name: Set Up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
cache: gradle

- name: Change wrapper permissions
run: chmod +x ./gradlew
Expand All @@ -44,7 +46,7 @@ jobs:

# Upload Artifact Build
- name: Upload APK Release - ${{ env.repository_name }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ env.repository_name }} - ${{ env.date_today }} - APK release generated
path: app/build/outputs/apk/fdroid/release/

0 comments on commit 587a32a

Please sign in to comment.