Commit 18b94d3
committed
gba release: drop _payload.c attachments
The two _payload.c files are C-array embeddings of the corresponding
_mb.gba ROMs, used for compile-time linking into a host firmware.
Submodule consumers (joypad-os) read those from the committed
gba/build/ tree, not from a downloaded Release asset. Attaching them
to the Release was just noise that gave end-users two extra "what
is this?" downloads next to the playable ROMs.
After this change the Release attaches only the two playable ROMs
(joypad_mb.gba, tester_mb.gba). CI build-verification artifacts in
verify-build.yml still include the .c files -- those uploads are for
inspecting build output from the Actions tab, not end-user assets.1 parent 42cd201 commit 18b94d3
2 files changed
Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
134 | 137 | | |
135 | 138 | | |
136 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
| |||
0 commit comments