Skip to content

Commit

Permalink
limit artefacts upload to outputs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Mar 29, 2024
1 parent 4829e8d commit ecb797e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build
path: app/build
path: app/build/outputs
if-no-files-found: "error"
- name: Generate app bundle.
run: ./gradlew build app:bundleRelease --stacktrace

0 comments on commit ecb797e

Please sign in to comment.