File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7575 0 0 * * *
7676 workflow_dispatch :
7777 inputs :
78- odbc_msi_upload :
79- description : ' ODBC Unsigned MSI Upload '
78+ odbc_release_step :
79+ description : ' ODBC MSI release step '
8080 required : true
8181 default : false
8282 type : boolean
@@ -580,7 +580,7 @@ jobs:
580580 ${{
581581 startsWith(github.ref_name, 'apache-arrow-') &&
582582 contains(github.ref_name, '-rc') &&
583- !inputs.odbc_msi_upload
583+ !inputs.odbc_release_step
584584 }}
585585 timeout-minutes : 240
586586 permissions :
@@ -596,7 +596,7 @@ jobs:
596596 uses : ./.github/actions/odbc-windows
597597 with :
598598 github-token : ${{ secrets.GITHUB_TOKEN }}
599- - name : Name Unsigned ODBC DLL
599+ - name : Rename Unsigned ODBC DLL
600600 run : |
601601 Rename-Item `
602602 -Path build/cpp/${{ env.ARROW_BUILD_TYPE }}/arrow_flight_sql_odbc.dll `
@@ -642,9 +642,9 @@ jobs:
642642
643643 odbc-msvc-upload-msi :
644644 needs : check-labels
645- name : ODBC Windows Upload Unsigned MSI
645+ name : ODBC Windows Build & Upload Unsigned MSI
646646 runs-on : windows-2022
647- if : inputs.odbc_msi_upload
647+ if : inputs.odbc_release_step
648648 timeout-minutes : 240
649649 permissions :
650650 # Upload to GitHub Release
You can’t perform that action at this time.
0 commit comments