mirror of
https://github.com/ksherlock/ample.git
synced 2024-10-31 15:04:56 +00:00
bump github action
This commit is contained in:
parent
dc6a215cdc
commit
b728ae7f49
6
.github/workflows/xcodebuild.yml
vendored
6
.github/workflows/xcodebuild.yml
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user