We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7335f commit e6ea221Copy full SHA for e6ea221
action.js
@@ -93,7 +93,7 @@ async function install_pkgx() {
93
if (platform_key().startsWith('windows')) {
94
// not yet versioned
95
strip = 0;
96
- return 'https://pkgx.sh/Windows/x86_64.tgz';
+ return 'https://pkgx.sh/Windows/x86_64.zip';
97
}
98
99
let url = `https://dist.pkgx.dev/pkgx.sh/${platform_key()}/versions.txt`;
0 commit comments