Skip to content

Commit

Permalink
bump github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Nov 25, 2023
1 parent dc6a215 commit b728ae7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: build
run: xcodebuild -project "Ample.xcodeproj" -target "Ample Lite" | xcpretty

- uses: actions/upload-artifact@v3
with:
name: Ample Lite
path: build/Release/

0 comments on commit b728ae7

Please sign in to comment.