From c2d9627405f67f5d565458856e0dc402ca117d22 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Thu, 26 Feb 2026 03:29:25 -0600 Subject: [PATCH] Add uuids, bytestreams and single file runtime binaries --- .gitea/workflows/tag.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/tag.yaml b/.gitea/workflows/tag.yaml index 3698df6..245eed1 100644 --- a/.gitea/workflows/tag.yaml +++ b/.gitea/workflows/tag.yaml @@ -39,6 +39,7 @@ jobs: bash build-tars.sh working-directory: ./Packaging/Linux - uses: akkuman/gitea-release-action@v1 + prerelease: true env: NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18 with: @@ -63,6 +64,7 @@ jobs: working-directory: ./Packaging/Windows - uses: akkuman/gitea-release-action@v1 + prerelease: true env: NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18 with: