Skip to content

Commit

Permalink
Merge pull request #2 from plowsof/patch-2
Browse files Browse the repository at this point in the history
workflows: upload-artifact v4
  • Loading branch information
detherminal authored Oct 2, 2024
2 parents 16a1e5a + 2e82582 commit 8198d97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

# Noted For Output [main_project_module]/build/outputs/apk/release/
- name: Upload APK Release - ${{ env.repository_name }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.date_today }} - ${{ env.playstore_name }} - ${{ env.repository_name }} - APK(s) release generated
path: ${{ env.main_project_module }}/build/outputs/apk/prodMainnet/debug/
path: ${{ env.main_project_module }}/build/outputs/apk/prodMainnet/debug/

0 comments on commit 8198d97

Please sign in to comment.