From a697d314e8860d0b82bab395f0cb0df554510c3f Mon Sep 17 00:00:00 2001 From: Khaliq Date: Wed, 4 Feb 2026 22:41:49 +0100 Subject: [PATCH] fix steps --- .github/workflows/publish.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4bd389171..e360d23c9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -142,12 +142,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Download build artifacts - uses: actions/download-artifact@v4 - with: - name: build-output - path: . - - name: Setup Bun uses: oven-sh/setup-bun@v2 with: @@ -162,6 +156,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Build TypeScript + run: npm run build + - name: Build standalone binary run: | mkdir -p release-binaries @@ -229,12 +226,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Download build artifacts - uses: actions/download-artifact@v4 - with: - name: build-output - path: . - - name: Setup Bun uses: oven-sh/setup-bun@v2 with: @@ -249,6 +240,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Build TypeScript + run: npm run build + - name: Build relay-acp standalone binary run: | mkdir -p release-binaries