Skip to content

Commit

Permalink
fix: fix apk name in artifact upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
charliemangano committed Nov 10, 2024
1 parent f2401d5 commit 2ba1878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AndroidBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.3
with:
name: PeriodPals.apk
path: app/build/outputs/apk/debug/periodpals.apk
name: periodpals.apk
path: app/build/outputs/apk/debug/app-debug.apk

- name: Decode Keystore
run: echo "${{ secrets.KEYSTORE }}" | base64 --decode > /tmp/keystore.jks
Expand Down

0 comments on commit 2ba1878

Please sign in to comment.