fix more things and try to debug
This commit is contained in:
@@ -16,9 +16,12 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- name: Get Build Date
|
||||
- name: Get duild bate
|
||||
run: echo ::set-env name=BUILD_DATE::$(/bin/date -u \"+%m%d%Y%H%M%S\")
|
||||
|
||||
- name: Print build date
|
||||
run: echo "${env.BUILD_DATE}"
|
||||
|
||||
- name: Checkout python repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
@@ -29,9 +32,7 @@ jobs:
|
||||
p12-file-base64: ${{ secrets.CERTIFICATES_P12 }}
|
||||
p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}
|
||||
|
||||
- name: Run build package (recommended pkg)
|
||||
env:
|
||||
DATE: "${{ steps.current-time.outputs.formattedTime }}"
|
||||
- name: Run build package script
|
||||
run: /usr/bin/sudo ./build_python_framework_pkgs.zsh "$TYPE" "$DEV_ID" "$PYTHON_VERSION" "${env.BUILD_DATE}"
|
||||
|
||||
- name: Create Release
|
||||
|
||||
Reference in New Issue
Block a user