From cceae77529da1ec2471503ad268a8540678b0f30 Mon Sep 17 00:00:00 2001 From: Aine Date: Fri, 6 Sep 2024 00:20:37 +0300 Subject: [PATCH] fix ci --- .github/workflows/workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 06a6784..2a94f7d 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -27,7 +27,8 @@ jobs: - name: Install dependencies run: yarn install --immutable --network-timeout=300000 - name: Set version into manifest.json - run: sed -i 's|"icons"|"version": "${{ env.upstream_version }}-${{ env.etke_version }}",\n "icons"|g' public/manifest.json + run: | + sed -i 's|"icons"|"version": "${{ env.upstream_version }}-${{ env.etke_version }}",\n "icons"|g' public/manifest.json - name: Build run: yarn build --base=${{ env.base_path }} - uses: actions/upload-artifact@v4