fix some things

This commit is contained in:
Erik Gomez
2020-06-19 16:26:28 -05:00
parent 4b5f77616f
commit f799d13046
+7 -7
View File
@@ -56,8 +56,8 @@ jobs:
TIME: "${{ steps.current-time.outputs.formattedTime }}" TIME: "${{ steps.current-time.outputs.formattedTime }}"
with: with:
upload_url: ${{ steps.create_release.outputs.upload_url }} upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./outputs/python_${{TYPE}}-${{PYTHON_VERSION}}.${{DATE}}.pkg asset_path: ./outputs/python_$TYPE-$PYTHON_VERSION.$TIME.pkg
asset_name: python_${{TYPE}}-${{PYTHON_VERSION}}.${{DATE}}.pkg asset_name: python_$TYPE-$PYTHON_VERSION.$TIME.pkg
asset_content_type: application/x-newton-compatible-pkg asset_content_type: application/x-newton-compatible-pkg
- name: Upload Signed Package Release Asset - name: Upload Signed Package Release Asset
@@ -68,8 +68,8 @@ jobs:
TIME: "${{ steps.current-time.outputs.formattedTime }}" TIME: "${{ steps.current-time.outputs.formattedTime }}"
with: with:
upload_url: ${{ steps.create_release.outputs.upload_url }} upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./outputs/python_${{TYPE}}_signed-${{PYTHON_VERSION}}.${{DATE}}.pkg asset_path: ./outputs/python_$TYPE_signed-$PYTHON_VERSION.$TIME.pkg
asset_name: python_${{TYPE}}_signed-${{PYTHON_VERSION}}.${{DATE}}.pkg asset_name: python_$TYPE_signed-$PYTHON_VERSION.$TIME.pkg
asset_content_type: application/x-newton-compatible-pkg asset_content_type: application/x-newton-compatible-pkg
- name: Upload Python Framework Release Asset - name: Upload Python Framework Release Asset
@@ -80,9 +80,9 @@ jobs:
TIME: "${{ steps.current-time.outputs.formattedTime }}" TIME: "${{ steps.current-time.outputs.formattedTime }}"
with: with:
upload_url: ${{ steps.create_release.outputs.upload_url }} upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./outputs/Python3.framework_${{TYPE}}-${{PYTHON_VERSION}}.${{DATE}}.zip asset_path: ./outputs/Python3.framework_$TYPE-$PYTHON_VERSION.$TIME.zip
asset_name: Python3.framework_${{TYPE}}-${{PYTHON_VERSION}}.${{DATE}}.zip asset_name: Python3.framework_$TYPE-$PYTHON_VERSION.$TIME.zip
asset_content_type: application/ application/zip asset_content_type: application/zip
- name: Upload packages - name: Upload packages
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1