From c894ce9fcd18843a1053ebcd8cad7b96e335fd98 Mon Sep 17 00:00:00 2001 From: Alexander Loren Date: Mon, 24 Aug 2026 13:27:10 -0700 Subject: [PATCH] Resolved error where not actually building --- .gitea/workflows/bundle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/bundle.yml b/.gitea/workflows/bundle.yml index f2b53ff..dd96c9b 100644 --- a/.gitea/workflows/bundle.yml +++ b/.gitea/workflows/bundle.yml @@ -15,6 +15,7 @@ jobs: - name: Build run: | + swift build -c release BIN_PATH=$(swift build -c release --show-bin-path) mkdir -p artifacts cp "$BIN_PATH/*" artifacts/ @@ -35,6 +36,7 @@ jobs: - name: Build run: | + swift build -c release $binPath = swift build -c release --show-bin-path New-Item -ItemType Directory -Path artifacts -Force Copy-Item -Path "$binPath\*" -Destination artifacts\ -Recurse @@ -62,6 +64,7 @@ jobs: - name: Build run: | + swift build -c release BIN_PATH=$(swift build -c release --show-bin-path) mkdir -p artifacts cp "$BIN_PATH/*" artifacts/