Skip to content

Commit 02a2a59

Browse files
committed
chore: deploy.yml 에러 재수정
1 parent 7ab6b51 commit 02a2a59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: yarn build
3434

3535
- name: Compress source code with build files
36-
run: tar --exclude='.git' -czf build.tar.gz .
36+
run: tar -czf build.tar.gz dist
3737

3838
- name: Upload artifact (optional)
3939
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)