From f799d13046cbeda3e9263e21f9153b41e7046790 Mon Sep 17 00:00:00 2001 From: Erik Gomez Date: Fri, 19 Jun 2020 16:26:28 -0500 Subject: [PATCH] fix some things --- .github/workflows/build_package.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_package.yml b/.github/workflows/build_package.yml index 94dd684..6f19b7e 100644 --- a/.github/workflows/build_package.yml +++ b/.github/workflows/build_package.yml @@ -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