From 83f872577ba7faf044604d2cca4314728526482e Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sun, 31 Aug 2025 17:01:10 +0200 Subject: [PATCH] ensure git-hash.js is in dist folder --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c69dd1..a1352bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,9 +17,9 @@ jobs: - name: Install dependencies run: bun install - name: Build - run: bun run build - - name: Write GITHUB_SHA into dist - run: echo "export const GITHUB_SHA = '$GITHUB_SHA';" > dist/git-hash.js + run: | + bun run build + echo "export const GITHUB_SHA = '$GITHUB_SHA';" > dist/git-hash.js - name: Create Build Artifact uses: christopherhx/gitea-upload-artifact@v4 with: