Skip to content

Commit 46afd14

Browse files
authored
fix(ci): fix tarball path
1 parent 8f91aa4 commit 46afd14

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
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/upload-artifact@v4
8787
with:
8888
name: build-artifacts
89-
path: .next.tar.gz
89+
path: ./.next.tar.gz
9090
retention-days: 7
9191

9292
test:

0 commit comments

Comments
 (0)