Skip to content

Commit

Permalink
upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sidhdhi-p committed Jun 17, 2024
1 parent 79b5f12 commit 587f648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up JDK 1.8
uses: actions/setup-java@v1
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
mv build/app/outputs/apk/release/Khelo*.apk .
- name: Upload APK Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Khelo APK
path: Khelo*.apk
Expand Down

0 comments on commit 587f648

Please sign in to comment.