Merge branch 'master' of github.com:losnoco/cog
commit
2a7c89f294
|
@ -32,12 +32,10 @@ jobs:
|
||||||
- name: Run xcodebuild
|
- name: Run xcodebuild
|
||||||
run: >
|
run: >
|
||||||
xcodebuild
|
xcodebuild
|
||||||
-target Ogg
|
-scheme Cog
|
||||||
-target Opus
|
-configuration Debug
|
||||||
-scheme Cog
|
-derivedDataPath output
|
||||||
-configuration Debug
|
build
|
||||||
-derivedDataPath output
|
|
||||||
build
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue