Skip to content

Commit

Permalink
Fix upload artifact and distribution CI jobs (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
liviu-timar authored Sep 9, 2024
1 parent 85610ae commit b0c0ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Assemble
run: bash ./gradlew :demo-app:assembleRelease --stacktrace
- name: Upload APK
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: demo-app-release
path: demo-app/build/outputs/apk/demo-app/release/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/artifact-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./gradlew bundleRelease --stacktrace

- name: Upload AAB as artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: app-bundle
path: demo-app/build/outputs/bundle/productionRelease/demo-app-production-release.aab

0 comments on commit b0c0ad8

Please sign in to comment.