Fix build info for releases

This commit is contained in:
Dhinak G
2022-07-03 14:29:41 -04:00
parent 7c8ea41c37
commit b06822ec57
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -11,9 +11,9 @@ jobs:
name: Build wxPython name: Build wxPython
runs-on: x86_64_mojave runs-on: x86_64_mojave
env: env:
branch: ${{ github.event.ref }} branch: ${{ github.ref }}
commiturl: ${{ github.event.head_commit.url }} commiturl: ${{ github.event.head_commit.url }}${{ github.event.release.html_url }}
commitdate: ${{ github.event.head_commit.timestamp }} commitdate: ${{ github.event.head_commit.timestamp }}${{ github.event.release.published_at }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 Build-Binary.command --reset_binaries --branch "${{ env.branch }}" --commit "${{ env.commiturl }}" --commit_date "${{ env.commitdate }}" - run: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 Build-Binary.command --reset_binaries --branch "${{ env.branch }}" --commit "${{ env.commiturl }}" --commit_date "${{ env.commitdate }}"
+3 -3
View File
@@ -11,9 +11,9 @@ jobs:
name: Build TUI name: Build TUI
runs-on: x86_64_mojave runs-on: x86_64_mojave
env: env:
branch: ${{ github.event.ref }} branch: ${{ github.ref }}
commiturl: ${{ github.event.head_commit.url }} commiturl: ${{ github.event.head_commit.url }}${{ github.event.release.html_url }}
commitdate: ${{ github.event.head_commit.timestamp }} commitdate: ${{ github.event.head_commit.timestamp }}${{ github.event.release.published_at }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 Build-Binary.command --build_tui --reset_binaries --branch "${{ env.branch }}" --commit "${{ env.commiturl }}" --commit_date "${{ env.commitdate }}" - run: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 Build-Binary.command --build_tui --reset_binaries --branch "${{ env.branch }}" --commit "${{ env.commiturl }}" --commit_date "${{ env.commitdate }}"