Skip to content

Commit

Permalink
Making .dsi by default, not needed in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 committed Dec 16, 2024
1 parent 3446695 commit 39930fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build & Package GodMode9i
id: build
run: |
make all dsi
make
chmod +x make_cia
./make_cia --srl="GodMode9i.dsi" --id_0=$(git rev-parse --short=7 HEAD) --tikID=$(git rev-parse --short=16 HEAD)
mkdir GodMode9i/
Expand Down

0 comments on commit 39930fc

Please sign in to comment.