Skip to content

Commit

Permalink
workflows: upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof authored Oct 2, 2024
1 parent 16a1e5a commit 2e82582
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 2e82582

Please sign in to comment.