Skip to content

Commit a7d4e99

Browse files
authored
fix(ci): mabye this path fix will work if not gonna test local
1 parent 46afd14 commit a7d4e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: ls -la .next
8181

8282
- name: Compress .next directory
83-
run: tar -czf .next.tar.gz .next
83+
run: tar -czf ./.next.tar.gz .next
8484

8585
- name: Upload build artifacts
8686
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)