Skip to content

Commit 76b744c

Browse files
committed
updated git actions
1 parent abed8f8 commit 76b744c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/react-frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
defaults:
1111
run:
12-
working-directory: 'ts-grpc-react-front'
12+
working-directory: 'ts-grpc-vite-front'
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
@@ -42,5 +42,5 @@ jobs:
4242
host: ${{ secrets.HOST }}
4343
username: ${{ secrets.USERNAME }}
4444
key: ${{ secrets.SSH_KEY }}
45-
source: "./ts-grpc-react-front/build"
45+
source: "./ts-grpc-vite-front/dist"
4646
target: ${{ secrets.REACT_DEMO_TARGET_PATH }}

0 commit comments

Comments
 (0)