Skip to content

Commit 2bafa00

Browse files
committed
updating front-end.yml
1 parent b46e5a8 commit 2bafa00

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/front-end.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,22 @@ jobs:
3333
uses: actions/upload-artifact@v4
3434
with:
3535
name: frontend-build
36-
path: dist/
36+
path: front-end/dist/
3737

3838
deploy-frontend:
3939
runs-on: ubuntu-latest
4040
timeout-minutes: 15
4141
needs: build-frontend
42-
defaults:
43-
run:
44-
working-directory: front-end
4542
steps:
4643
- name: Checkout code
4744
uses: actions/checkout@v4
4845

46+
# Download artifact to front-end/dist/
4947
- name: Download build artifact
5048
uses: actions/download-artifact@v4
5149
with:
5250
name: frontend-build
53-
path: dist/
51+
path: front-end/dist/
5452

5553
- name: Log in to Docker Hub
5654
uses: docker/login-action@v3

0 commit comments

Comments
 (0)