mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Derp fix, now copies the cia to the 7z (#41)
* add linux make_cia * Delete .travis.yml * add cia builds to azure * derp fix
This commit is contained in:
parent
77d5ab4d86
commit
751b887fa3
@ -46,6 +46,7 @@ steps:
|
||||
- script: |
|
||||
mkdir GodMode9i/
|
||||
cp GodMode9i.nds GodMode9i/
|
||||
cp GodMode9i.cia GodMode9i/
|
||||
7z a GodMode9i.7z GodMode9i/
|
||||
cp GodMode9i.7z $(Build.ArtifactStagingDirectory)/GodMode9i.7z
|
||||
displayName: 'Pack 7z'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user