try again and debug

This commit is contained in:
Erik Gomez
2020-06-19 15:24:54 -05:00
parent 52e3fc3d49
commit 846a2e72ef
+11 -1
View File
@@ -14,6 +14,15 @@ jobs:
- name: Checkout python repo
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
if: github.ref == 'refs/heads/main'
uses: apple-actions/import-codesign-certs@v1
@@ -23,9 +32,10 @@ jobs:
- name: Run build package (recommended pkg)
run: /usr/bin/sudo ./build_python_framework_pkgs.zsh recommended "$DEV_ID"
shell: zsh
env:
DEV_ID: "Developer ID Installer: Clever DevOps Co. (9GQZ7KUFR6)"
working-directory: ./python
working-directory: python
- name: Upload packages
uses: actions/upload-artifact@v1