We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870751c commit c5cce39Copy full SHA for c5cce39
1 file changed
.github/workflows/build_release_windows_amd64.bat
@@ -1,4 +1,4 @@
1
call bazel build //:for_windows_x86_64
2
3
-move bazel-out\windows_x86_64-opt\bin\toml2json.exe toml2json_windows_x86_64.exe
+move bazel-out\windows_x86_64-opt\bin\toml2json.exe toml2json_windows_amd64.exe
4
certutil -hashfile toml2json_windows_amd64.exe SHA256 > SHA256_windows_amd64.txt
0 commit comments