|
56 | 56 | TIME: "${{ steps.current-time.outputs.formattedTime }}" |
57 | 57 | with: |
58 | 58 | upload_url: ${{ steps.create_release.outputs.upload_url }} |
59 | | - asset_path: ./outputs/python_${{TYPE}}-${{PYTHON_VERSION}}.${{DATE}}.pkg |
60 | | - asset_name: python_${{TYPE}}-${{PYTHON_VERSION}}.${{DATE}}.pkg |
| 59 | + asset_path: ./outputs/python_$TYPE-$PYTHON_VERSION.$TIME.pkg |
| 60 | + asset_name: python_$TYPE-$PYTHON_VERSION.$TIME.pkg |
61 | 61 | asset_content_type: application/x-newton-compatible-pkg |
62 | 62 |
|
63 | 63 | - name: Upload Signed Package Release Asset |
|
68 | 68 | TIME: "${{ steps.current-time.outputs.formattedTime }}" |
69 | 69 | with: |
70 | 70 | upload_url: ${{ steps.create_release.outputs.upload_url }} |
71 | | - asset_path: ./outputs/python_${{TYPE}}_signed-${{PYTHON_VERSION}}.${{DATE}}.pkg |
72 | | - asset_name: python_${{TYPE}}_signed-${{PYTHON_VERSION}}.${{DATE}}.pkg |
| 71 | + asset_path: ./outputs/python_$TYPE_signed-$PYTHON_VERSION.$TIME.pkg |
| 72 | + asset_name: python_$TYPE_signed-$PYTHON_VERSION.$TIME.pkg |
73 | 73 | asset_content_type: application/x-newton-compatible-pkg |
74 | 74 |
|
75 | 75 | - name: Upload Python Framework Release Asset |
|
80 | 80 | TIME: "${{ steps.current-time.outputs.formattedTime }}" |
81 | 81 | with: |
82 | 82 | upload_url: ${{ steps.create_release.outputs.upload_url }} |
83 | | - asset_path: ./outputs/Python3.framework_${{TYPE}}-${{PYTHON_VERSION}}.${{DATE}}.zip |
84 | | - asset_name: Python3.framework_${{TYPE}}-${{PYTHON_VERSION}}.${{DATE}}.zip |
85 | | - asset_content_type: application/ application/zip |
| 83 | + asset_path: ./outputs/Python3.framework_$TYPE-$PYTHON_VERSION.$TIME.zip |
| 84 | + asset_name: Python3.framework_$TYPE-$PYTHON_VERSION.$TIME.zip |
| 85 | + asset_content_type: application/zip |
86 | 86 |
|
87 | 87 | - name: Upload packages |
88 | 88 | uses: actions/upload-artifact@v1 |
|
0 commit comments