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:
FlameKat53 2020-01-30 18:44:51 -06:00 committed by GitHub
parent 77d5ab4d86
commit 751b887fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'