From 751b887fa39334ae1580f4fd98e39bf3eb208f51 Mon Sep 17 00:00:00 2001 From: FlameKat53 Date: Thu, 30 Jan 2020 18:44:51 -0600 Subject: [PATCH] Derp fix, now copies the cia to the 7z (#41) * add linux make_cia * Delete .travis.yml * add cia builds to azure * derp fix --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d3bdbe4..1905b47 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'