Update test.yml

Do not output any warnings or errors when using actions/upload-artifact
This commit is contained in:
Xwite 2024-02-19 19:00:56 +08:00
parent 5c5e245358
commit a300ead18e

View File

@ -112,19 +112,23 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: legado.${{ env.product }}.${{ env.type }}
if-no-files-found: ignore
path: ${{ github.workspace }}/apk/*.apk
- name: Upload Mapping File To Artifact
uses: actions/upload-artifact@v4
with:
name: legado.${{ env.product }}.${{ env.type }}.mapping
if-no-files-found: ignore
path: ${{ github.workspace }}/mapping/mapping.txt
- name: Upload Missing Rules File To Artifact
uses: actions/upload-artifact@v4
with:
name: legado.${{ env.product }}.${{ env.type }}.mapping.missing_rules
if-no-files-found: ignore
path: ${{ github.workspace }}/mapping/missing_rules.txt
- name: Check Build production
run: |
cd ${{ github.workspace }}/apk/