Skip to content

Commit

Permalink
fix: build 파일 위치 변경 (CC-134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkkkk committed Aug 12, 2024
1 parent 3ce14cd commit 2cb2fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.cd.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: yarn install --frozen-lockfile
- name: Build
run: npm run-script build
working-directory: ./Team3-Caecae-FE/Caecae
- name: zip create
run: zip -qq -r ./build.zip .
shell: bash
Expand Down

0 comments on commit 2cb2fdc

Please sign in to comment.