Update building.yml

This commit is contained in:
Lillian Skinner 2024-09-01 02:00:46 -04:00 committed by GitHub
parent 45cee202ae
commit b6c0f0fa69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,10 +26,10 @@ jobs:
sudo apt-get install p7zip-full -y
- name: Setup environment
run: git config --global safe.directory '*'
- name: Build & Package GodMode9i
- name: Build GodMode9i
id: build
run: |
make dsi
make all dsi
chmod +x make_cia
./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