try again and debug
This commit is contained in:
@@ -14,6 +14,15 @@ jobs:
|
|||||||
- name: Checkout python repo
|
- name: Checkout python repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: test
|
||||||
|
run: ls -l
|
||||||
|
shell: zsh
|
||||||
|
working-directory: python
|
||||||
|
|
||||||
|
- name: test 2
|
||||||
|
run: ls -l
|
||||||
|
shell: zsh
|
||||||
|
|
||||||
- name: Install Apple certificates
|
- name: Install Apple certificates
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
uses: apple-actions/import-codesign-certs@v1
|
uses: apple-actions/import-codesign-certs@v1
|
||||||
@@ -23,9 +32,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Run build package (recommended pkg)
|
- name: Run build package (recommended pkg)
|
||||||
run: /usr/bin/sudo ./build_python_framework_pkgs.zsh recommended "$DEV_ID"
|
run: /usr/bin/sudo ./build_python_framework_pkgs.zsh recommended "$DEV_ID"
|
||||||
|
shell: zsh
|
||||||
env:
|
env:
|
||||||
DEV_ID: "Developer ID Installer: Clever DevOps Co. (9GQZ7KUFR6)"
|
DEV_ID: "Developer ID Installer: Clever DevOps Co. (9GQZ7KUFR6)"
|
||||||
working-directory: ./python
|
working-directory: python
|
||||||
|
|
||||||
- name: Upload packages
|
- name: Upload packages
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user