mirror of https://github.com/Kylart/KawAnime.git
changed macos build version
This commit is contained in:
parent
47fa5cb195
commit
0ed6aee426
|
@ -12,7 +12,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: macos-11
|
runs-on: macos-10.15
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CSC_IDENTITY_AUTO_DISCOVERY: false
|
CSC_IDENTITY_AUTO_DISCOVERY: false
|
||||||
|
@ -42,7 +42,10 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: dist
|
name: dist
|
||||||
path: dist/
|
path: |
|
||||||
|
dist/
|
||||||
|
!dist/mac
|
||||||
|
!dist/bundled
|
||||||
- name: Download test Artifact
|
- name: Download test Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue