dont build safari
This commit is contained in:
parent
9dfabf8eb8
commit
0e6824d3f4
|
@ -140,17 +140,17 @@ jobs:
|
||||||
run: ./.github/scripts/macos/setup-profiles.ps1
|
run: ./.github/scripts/macos/setup-profiles.ps1
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Build Safari extension for .dmg
|
# - name: Build Safari extension for .dmg
|
||||||
shell: pwsh
|
# shell: pwsh
|
||||||
run: ./scripts/safari-build.ps1
|
# run: ./scripts/safari-build.ps1
|
||||||
|
|
||||||
- name: Build application for .dmg
|
- name: Build application for .dmg
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: npm run dist:mac
|
run: npm run dist:mac
|
||||||
|
|
||||||
- name: Build Safari extension for App Store
|
# - name: Build Safari extension for App Store
|
||||||
shell: pwsh
|
# shell: pwsh
|
||||||
run: ./scripts/safari-build.ps1 -mas
|
# run: ./scripts/safari-build.ps1 -mas
|
||||||
|
|
||||||
- name: Build application for App Store
|
- name: Build application for App Store
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
Loading…
Reference in New Issue