Skip to content

Commit

Permalink
chore: fix github actions uploading of apk artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Jan 20, 2025
1 parent 017e6bf commit db75cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.APK_NAME }}
path: app/build/outputs/apk/ci/${{ env.APK_NAME }}.apk
path: app/build/outputs/apk/free/ci/${{ env.APK_NAME }}.apk

- name: Upload to Discord
uses: sinshutu/[email protected]
Expand Down

0 comments on commit db75cf8

Please sign in to comment.