Skip to content

Commit ee772a0

Browse files
authored
Fix: action path
1 parent 81d7f81 commit ee772a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/upload-artifact@v2
2828
with:
2929
name: release.zip
30-
path: ./
30+
path: ./dist
3131
build-google:
3232
name: Build Google
3333
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)