Skip to content

Commit 87f9874

Browse files
committed
ci(build): fix upload step
1 parent fc01376 commit 87f9874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
run: deno task ci:generate-import
4848

4949
- name: Upload Release Artifacts
50-
run: gh release upload --clobber all-userstyles-export ./dist
50+
run: gh release upload --clobber all-userstyles-export ./dist/import.json
5151
env:
5252
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)