Skip to content

Commit c074a81

Browse files
committed
use matrix.platform
1 parent c2f6c41 commit c074a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-cli-plugin-manifest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
103103
# Move the binary with the correct name
104104
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
106106
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
108108
fi
109109
110110
- name: Generate manifest entry

0 commit comments

Comments
 (0)