Skip to content

Commit

Permalink
ci: fix manager ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Mar 20, 2024
1 parent f19d157 commit 0b9f675
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,13 @@ jobs:
./gradlew clean assembleRelease
- name: Upload build artifact
if: github.event_name != 'pull_request' && steps.need_upload.outputs.UPLOAD == 'true'
uses: actions/upload-artifact@v4
with:
name: manager
path: manager/app/build/outputs/apk/release/*.apk

- name: Upload mappings
uses: actions/upload-artifact@v4
if: github.event_name != 'pull_request' && steps.need_upload.outputs.UPLOAD == 'true'
with:
name: "mappings"
path: "manager/app/build/outputs/mapping/release/"
Expand Down

0 comments on commit 0b9f675

Please sign in to comment.