From 846a2e72ef23beb2f01eef01b80b259bdafdf93c Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Fri, 19 Jun 2020 15:24:54 -0500 Subject: [PATCH] try again and debug --- .github/workflows/build_package.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_package.yml b/.github/workflows/build_package.yml index 392efc7..1433c4f 100644 --- a/.github/workflows/build_package.yml +++ b/.github/workflows/build_package.yml @@ -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