From e63a677c81b2e32791dd2e6dd456d7376be8ca24 Mon Sep 17 00:00:00 2001 From: mini-bomba <55105495+mini-bomba@users.noreply.github.com> Date: Fri, 19 Sep 2025 22:59:28 +0200 Subject: [PATCH] Delay source-maps branch config for source code zip --- .github/workflows/release.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1957dc08..d4d87768 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,15 +16,6 @@ jobs: uses: actions/checkout@v5 with: submodules: recursive - - name: Checkout source maps branch - uses: actions/checkout@v5 - with: - path: source-maps - ref: source-maps - - name: Set up committer info - run: | - git config --global user.name "github-actions[bot]" - git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - uses: actions/setup-node@v4 with: node-version: '18' @@ -44,6 +35,15 @@ jobs: path: ../builds/SourceCodeUseThisOne.zip repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Checkout source maps branch + uses: actions/checkout@v5 + with: + path: source-maps + ref: source-maps + - name: Set up committer info + run: | + git config --global user.name "github-actions[bot]" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - run: npm ci # Create Firefox artifacts