Skip to content

Commit f799d13

Browse files
committed
fix some things
1 parent 4b5f776 commit f799d13

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build_package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
TIME: "${{ steps.current-time.outputs.formattedTime }}"
5757
with:
5858
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
6161
asset_content_type: application/x-newton-compatible-pkg
6262

6363
- name: Upload Signed Package Release Asset
@@ -68,8 +68,8 @@ jobs:
6868
TIME: "${{ steps.current-time.outputs.formattedTime }}"
6969
with:
7070
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
7373
asset_content_type: application/x-newton-compatible-pkg
7474

7575
- name: Upload Python Framework Release Asset
@@ -80,9 +80,9 @@ jobs:
8080
TIME: "${{ steps.current-time.outputs.formattedTime }}"
8181
with:
8282
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
8686

8787
- name: Upload packages
8888
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)