We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab6b51 commit 02a2a59Copy full SHA for 02a2a59
1 file changed
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
run: yarn build
34
35
- name: Compress source code with build files
36
- run: tar --exclude='.git' -czf build.tar.gz .
+ run: tar -czf build.tar.gz dist
37
38
- name: Upload artifact (optional)
39
uses: actions/upload-artifact@v4
0 commit comments