Skip to content

Commit

Permalink
chore: fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kim1387 committed Sep 19, 2024
1 parent ccdaf38 commit d97650f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/front-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,13 @@ jobs:

# 9. 빌드 실행
- name: Build
run: yarn build
working-directory: frontend

# 10. 빌드 아티팩트 업로드
- name: Upload Artifacts
if: success()
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: frontend/build/

0 comments on commit d97650f

Please sign in to comment.