Skip to content

Commit

Permalink
Update build_package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-divyesh-v authored Jan 16, 2024
1 parent 2164276 commit 7789f21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on: [push]

jobs:
build:
name: Swiftlint checks
runs-on: [macOS-latest]
name: build
runs-on: macOS-latest
steps:
- run:
ls -al
xcodebuild -xcodeproj RichEditorSwiftUI.xcodeproj -scheme "RichEditorSwiftUI" clean archive -sdk iphoneos
xcodebuild -xcodeproj RichEditorSwiftUI/Package.swift -scheme "RichEditorSwiftUI" clean archive -sdk iphoneos

0 comments on commit 7789f21

Please sign in to comment.