From 8c18000e4cdd4f921c35811abd867a55c9e5cc08 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: Wed, 20 Jul 2022 18:18:41 +0800 Subject: [PATCH] Update SGSI_Build.yml --- .github/workflows/SGSI_Build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/SGSI_Build.yml b/.github/workflows/SGSI_Build.yml index ab40a232..6e5993ca 100644 --- a/.github/workflows/SGSI_Build.yml +++ b/.github/workflows/SGSI_Build.yml @@ -55,7 +55,8 @@ jobs: - name: Build SGSI run: | - sudo bash $GITHUB_WORKSPACE/SGSI-build-tool/url2SGSI.sh "${{ steps.config.outputs.rom_url }}" "${{ steps.config.outputs.os_type }}" "${{ steps.config.outputs.build_type }}" + cd $GITHUB_WORKSPACE/SGSI-build-tool + sudo bash ./url2SGSI.sh "${{ steps.config.outputs.rom_url }}" "${{ steps.config.outputs.os_type }}" "${{ steps.config.outputs.build_type }}" - name: Repack Output File run: |