diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 836f104..790d8e9 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -41,7 +41,6 @@ jobs: build linux amd64 "" build linux arm64 "" - build windows amd64 ".exe" build darwin amd64 "" build darwin arm64 "" @@ -62,7 +61,6 @@ jobs: pack streamed-tui_linux_amd64 tar.gz "" pack streamed-tui_linux_arm64 tar.gz "" - pack streamed-tui_windows_amd64 zip ".exe" pack streamed-tui_darwin_amd64 tar.gz "" pack streamed-tui_darwin_arm64 tar.gz ""