Package CI build artifact with ditto
parent
2a7c89f294
commit
5b1bd5a5ff
|
@ -36,8 +36,18 @@ jobs:
|
||||||
-configuration Debug
|
-configuration Debug
|
||||||
-derivedDataPath output
|
-derivedDataPath output
|
||||||
build
|
build
|
||||||
|
- name: Package archive
|
||||||
|
run: >
|
||||||
|
ditto
|
||||||
|
-c
|
||||||
|
-k
|
||||||
|
--sequesterRsrc
|
||||||
|
--keepParent
|
||||||
|
--zlibCompressionLevel 9
|
||||||
|
output/Build/Products/Debug/Cog.app
|
||||||
|
output/Cog.zip
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Cog
|
name: Cog
|
||||||
path: output/Build/Products/Debug/Cog.app
|
path: output/Cog.zip
|
||||||
|
|
Loading…
Reference in New Issue