sersoft-gmbh / xcodebuild-action

A GitHub action that runs xcodebuild
Apache License 2.0
99 stars 9 forks source link

support for -archivePath #174

Closed sjo-regin closed 7 months ago

sjo-regin commented 7 months ago

Would be great to have support for xcodebuild -archivePath Inspiration can be found in https://github.com/sergeysova/xcodebuild-action

ffried commented 7 months ago

Fixed with 4d9f5ce in v3.2.0

sjo-regin commented 7 months ago

Fixed with 4d9f5ce in v3.2.0

It is working, thank you!