Skip to content

Commit

Permalink
fix: upload only apk workflow artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Nov 30, 2024
1 parent 9dd69fd commit d2fc035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: app/build/outputs/apk/release/
path: app/build/outputs/apk/release/*.apk
if-no-files-found: error
2 changes: 1 addition & 1 deletion .github/workflows/release-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: app/build/outputs/
path: app/build/outputs/*.apk
if-no-files-found: error

- name: Create Release
Expand Down

0 comments on commit d2fc035

Please sign in to comment.