Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pod install

- name: Build
uses: sersoft-gmbh/xcodebuild-action@v3.0.0
uses: sersoft-gmbh/xcodebuild-action@v3.2.0
with:
workspace: PhDownloader.xcworkspace
scheme: PhDownloader
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-example-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: pod install

- name: Build
uses: sersoft-gmbh/xcodebuild-action@v3.0.0
uses: sersoft-gmbh/xcodebuild-action@v3.2.0
with:
workspace: "PhDownloader Example/PhDownloader Example.xcworkspace"
scheme: "PhDownloader Example"
Expand Down