fix some things
This commit is contained in:
@@ -56,8 +56,8 @@ jobs:
|
||||
TIME: "${{ steps.current-time.outputs.formattedTime }}"
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./outputs/python_${{TYPE}}-${{PYTHON_VERSION}}.${{DATE}}.pkg
|
||||
asset_name: python_${{TYPE}}-${{PYTHON_VERSION}}.${{DATE}}.pkg
|
||||
asset_path: ./outputs/python_$TYPE-$PYTHON_VERSION.$TIME.pkg
|
||||
asset_name: python_$TYPE-$PYTHON_VERSION.$TIME.pkg
|
||||
asset_content_type: application/x-newton-compatible-pkg
|
||||
|
||||
- name: Upload Signed Package Release Asset
|
||||
@@ -68,8 +68,8 @@ jobs:
|
||||
TIME: "${{ steps.current-time.outputs.formattedTime }}"
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./outputs/python_${{TYPE}}_signed-${{PYTHON_VERSION}}.${{DATE}}.pkg
|
||||
asset_name: python_${{TYPE}}_signed-${{PYTHON_VERSION}}.${{DATE}}.pkg
|
||||
asset_path: ./outputs/python_$TYPE_signed-$PYTHON_VERSION.$TIME.pkg
|
||||
asset_name: python_$TYPE_signed-$PYTHON_VERSION.$TIME.pkg
|
||||
asset_content_type: application/x-newton-compatible-pkg
|
||||
|
||||
- name: Upload Python Framework Release Asset
|
||||
@@ -80,9 +80,9 @@ jobs:
|
||||
TIME: "${{ steps.current-time.outputs.formattedTime }}"
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./outputs/Python3.framework_${{TYPE}}-${{PYTHON_VERSION}}.${{DATE}}.zip
|
||||
asset_name: Python3.framework_${{TYPE}}-${{PYTHON_VERSION}}.${{DATE}}.zip
|
||||
asset_content_type: application/ application/zip
|
||||
asset_path: ./outputs/Python3.framework_$TYPE-$PYTHON_VERSION.$TIME.zip
|
||||
asset_name: Python3.framework_$TYPE-$PYTHON_VERSION.$TIME.zip
|
||||
asset_content_type: application/zip
|
||||
|
||||
- name: Upload packages
|
||||
uses: actions/upload-artifact@v1
|
||||
|
||||
Reference in New Issue
Block a user