Skip to content

Commit

Permalink
Fastlane: Fix xcarchive output
Browse files Browse the repository at this point in the history
Another attempt...
  • Loading branch information
manuroe committed Sep 28, 2018
1 parent 33e5f95 commit 337d26e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ lane :release do
},
archivePath: "out/Riot.xcarchive",
exportPath: "out"
}
},

archive_path: "out/Riot.xcarchive"
)

# TODO: To test
Expand Down

0 comments on commit 337d26e

Please sign in to comment.