Skip to content

Commit 6e60022

Browse files
authored
Un-swap provisioning profile inputs (#94)
* Un-swap provisioning profile inputs Fixes #93.
1 parent 133bcda commit 6e60022

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ async function main() {
176176
const profiles = core.getMultilineInput('provisioning-profiles-base64')
177177
if (!mobileProfiles || !profiles) return
178178

179-
await createProvisioningProfiles(profiles, mobileProfiles)
179+
await createProvisioningProfiles(mobileProfiles, profiles)
180180
}
181181

182182
async function build(scheme?: string, workspace?: string) {

0 commit comments

Comments
 (0)