Commit c074a81 1 parent c2f6c41 commit c074a81 Copy full SHA for c074a81
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,9 @@ jobs:
102
102
103
103
# Move the binary with the correct name
104
104
if [[ "${{ matrix.platform }}" == "windows-amd64" ]]; then
105
- mv -v target/${{ matrix.target }}/release/ndc-sqlserver-cli${{ matrix.extension }} cli/${{ matrix.target }}/hasura-ndc-sqlserver.exe
105
+ mv -v target/${{ matrix.target }}/release/ndc-sqlserver-cli${{ matrix.extension }} cli/${{ matrix.platform }}/hasura-ndc-sqlserver.exe
106
106
else
107
- mv -v target/${{ matrix.target }}/release/ndc-sqlserver-cli cli/${{ matrix.target }}/hasura-ndc-sqlserver
107
+ mv -v target/${{ matrix.target }}/release/ndc-sqlserver-cli cli/${{ matrix.platform }}/hasura-ndc-sqlserver
108
108
fi
109
109
110
110
- name : Generate manifest entry
You can’t perform that action at this time.
0 commit comments