functionality updates for preferences

This commit is contained in:
nicwands
2026-04-09 14:58:06 -04:00
parent b4b627b6bb
commit 1806a612b6
13 changed files with 207 additions and 21 deletions

View File

@@ -96,10 +96,10 @@ async function main() {
return
}
// if (isGitTagDirty()) {
// console.log('Git working directory is dirty. Skipping upload.')
// return
// }
if (isGitTagDirty()) {
console.log('Git working directory is dirty. Skipping upload.')
return
}
console.log(
`Uploading artifacts for ${platform} v${version} (tag: ${currentTag})`,