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/