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 7789f21 commit 1592f14
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ on: [push]

jobs:
build:
name: build
runs-on: macOS-latest
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- run:
ls -al
xcodebuild -xcodeproj RichEditorSwiftUI/Package.swift -scheme "RichEditorSwiftUI" clean archive -sdk iphoneos
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
- uses: actions/checkout@v4
- name: Build
run: swift build

0 comments on commit 1592f14

Please sign in to comment.