From 4d66805acc753d1f59d5f5b639db7a9f0d2c5234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=96=B0=E5=A4=A7=E5=A4=A7?= <55313524+xiaoxindada@users.noreply.github.com> Date: Fri, 2 Jul 2021 22:20:00 +0800 Subject: [PATCH] Update SGSI_Build.yml --- .github/workflows/SGSI_Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SGSI_Build.yml b/.github/workflows/SGSI_Build.yml index 043724ad..a096e005 100644 --- a/.github/workflows/SGSI_Build.yml +++ b/.github/workflows/SGSI_Build.yml @@ -88,5 +88,5 @@ jobs: artifacts: ${{ github.workspace }}/SGSI-build-tool/upload/* name: xiaoxinSGSI-${{ env.OS_TYPE }}-${{ env.BUILD_TYPE }}-Android${{ env.VERSION }}-unpack tag: xiaoxinSGSI-${{ env.OS_TYPE }}-${{ env.BUILD_TYPE }}-Android${{ env.VERSION }}-${{ github.run_number }} - body: Use actions auto bulid by Xiaoxindada + bodyFile: "${{ github.workspace }}/SGSI-build-tool/SGSI/build_info.txt" token: ${{ secrets.GITHUB_TOKEN }}