ci: fix manager ci

This commit is contained in:
weishu
2024-03-20 17:42:17 +08:00
parent 50e38e142d
commit ba6efb1e3d

View File

@@ -107,7 +107,6 @@ 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
@@ -115,7 +114,6 @@ jobs:
- 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/"