mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Update building.yml
This commit is contained in:
parent
45cee202ae
commit
b6c0f0fa69
4
.github/workflows/building.yml
vendored
4
.github/workflows/building.yml
vendored
@ -26,10 +26,10 @@ jobs:
|
|||||||
sudo apt-get install p7zip-full -y
|
sudo apt-get install p7zip-full -y
|
||||||
- name: Setup environment
|
- name: Setup environment
|
||||||
run: git config --global safe.directory '*'
|
run: git config --global safe.directory '*'
|
||||||
- name: Build & Package GodMode9i
|
- name: Build GodMode9i
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
make dsi
|
make all dsi
|
||||||
chmod +x make_cia
|
chmod +x make_cia
|
||||||
./make_cia --srl="GodMode9i.dsi" --id_0=$(git rev-parse --short=7 HEAD) --tikID=$(git rev-parse --short=16 HEAD)
|
./make_cia --srl="GodMode9i.dsi" --id_0=$(git rev-parse --short=7 HEAD) --tikID=$(git rev-parse --short=16 HEAD)
|
||||||
- name: Publish unsigned build to GH Actions
|
- name: Publish unsigned build to GH Actions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user