File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ case "$OS" in
19
19
" windows" )
20
20
case " $ARCH " in
21
21
" amd64" )
22
- cp binaries/gptscript-credential-wincred.exe releases/default_windows_amd64_v1
22
+ cp binaries/gptscript-credential-wincred-amd64.exe releases/default_windows_amd64_v1/gptscript-credential-wincred.exe
23
+ ;;
24
+ " arm64" )
25
+ cp binaries/gptscript-credential-wincred-arm64.exe releases/default_windows_arm64/gptscript-credential-wincred.exe
23
26
;;
24
27
esac
25
28
;;
Original file line number Diff line number Diff line change @@ -13,5 +13,8 @@ cd "$BINARY_DIR"
13
13
wget -O gptscript-credential-osxkeychain " https://github.com/gptscript-ai/gptscript-credential-helpers/releases/download/${GPTSCRIPT_CRED_HELPERS_VERSION} /gptscript-credential-osxkeychain"
14
14
chmod +x gptscript-credential-osxkeychain
15
15
16
- wget -O gptscript-credential-wincred.exe " https://github.com/gptscript-ai/gptscript-credential-helpers/releases/download/${GPTSCRIPT_CRED_HELPERS_VERSION} /gptscript-credential-wincred-${GPTSCRIPT_CRED_HELPERS_VERSION} .windows-amd64.exe"
17
- chmod +x gptscript-credential-wincred.exe
16
+ wget -O gptscript-credential-wincred-amd64.exe " https://github.com/gptscript-ai/gptscript-credential-helpers/releases/download/${GPTSCRIPT_CRED_HELPERS_VERSION} /gptscript-credential-wincred-${GPTSCRIPT_CRED_HELPERS_VERSION} .windows-amd64.exe"
17
+ chmod +x gptscript-credential-wincred-amd64.exe
18
+
19
+ wget -O gptscript-credential-wincred-arm64.exe " https://github.com/gptscript-ai/gptscript-credential-helpers/releases/download/${GPTSCRIPT_CRED_HELPERS_VERSION} /gptscript-credential-wincred-${GPTSCRIPT_CRED_HELPERS_VERSION} .windows-arm64.exe"
20
+ chmod +x gptscript-credential-wincred-arm64.exe
You can’t perform that action at this time.
0 commit comments