mirror of https://github.com/PrimeDecomp/prime.git
Update actions job & README
This commit is contained in:
parent
a46c0d14b0
commit
6541e4de44
|
@ -40,5 +40,5 @@ jobs:
|
|||
- name: Upload map
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: MetroidPrime.MAP
|
||||
path: build/mp1.0/MetroidPrime.MAP
|
||||
name: MetroidPrime-${{matrix.version}}.MAP
|
||||
path: build/*/MetroidPrime.MAP
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
Metroid Prime
|
||||
=============
|
||||
|
||||
A decompilation of Metroid Prime (USA v0-00).
|
||||
A decompilation of Metroid Prime.
|
||||
|
||||
This repository builds the following DOL:
|
||||
This repository builds the following DOLs:
|
||||
|
||||
```
|
||||
949c5ed7368aef547e0b0db1c3678f466e2afbff build/mp1.0/main.dol
|
||||
949c5ed7368aef547e0b0db1c3678f466e2afbff build/mp1.0/main.dol (USA 0-00)
|
||||
860141f9671fc141ce8f55448643f713bc64b349 build/mp1.1/main.dol (USA 0-01)
|
||||
```
|
||||
|
||||
Dependencies
|
||||
|
|
Loading…
Reference in New Issue