Skip to content

Commit 699f816

Browse files
committed
remove dist
1 parent 278623b commit 699f816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
path: ./artifact
146146
- name: Upload dist to release
147147
run: |
148-
gh release upload ${{ inputs.tag }} ./artifact/dist/*
148+
gh release upload ${{ inputs.tag }} ./artifact/*
149149
env:
150150
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
151151

0 commit comments

Comments
 (0)