Skip to content

Commit 76b69a3

Browse files
fix working directory
1 parent f8e1edb commit 76b69a3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
build:
5353
runs-on: ubuntu-22.04
5454
needs: [test]
55-
defaults:
56-
run:
57-
working-directory: react
5855
strategy:
5956
matrix:
6057
node-version: [22.x]
@@ -67,11 +64,12 @@ jobs:
6764
node-version: ${{ matrix.node-version }}
6865
- name: Update version
6966
run: npm version ${{ github.event.inputs.version }} --no-git-tag-version
67+
working-directory: react
7068
- name: Build
7169
run: npm run build
70+
working-directory: react
7271
- name: Create release asset
7372
run: tar -cvzf bwmon.tar.gz react/build server
74-
working-directory: ..
7573
- name: Upload build artifacts
7674
uses: actions/upload-artifact@v4
7775
with:

0 commit comments

Comments
 (0)