Skip to content

Commit

Permalink
Update SGSI_Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxindada authored Jul 20, 2022
1 parent 3963c9b commit 8c18000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/SGSI_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8c18000

Please sign in to comment.