WIP macos
This commit is contained in:
@ -156,7 +156,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: out
|
name: out
|
||||||
path: |
|
path: |
|
||||||
out/make/*/arm64/*
|
out/make/**/arm64/*
|
||||||
out/publish-dry-run/*/*
|
out/publish-dry-run/*/*
|
||||||
|
|
||||||
- name: Make the app for x64
|
- name: Make the app for x64
|
||||||
@ -179,7 +179,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: out
|
name: out
|
||||||
path: |
|
path: |
|
||||||
out/make/*/x64/*
|
out/make/**/x64/*
|
||||||
out/publish-dry-run/*/*
|
out/publish-dry-run/*/*
|
||||||
|
|
||||||
# TODO: add the 'Build for Mac TestFlight (nightly)' stage back
|
# TODO: add the 'Build for Mac TestFlight (nightly)' stage back
|
||||||
|
|||||||
Reference in New Issue
Block a user