Skip to content

Commit 3ab833b

Browse files
committed
Made a small mistake
1 parent 2b11b38 commit 3ab833b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
uses: svenstaro/upload-release-action@v2
128128
with:
129129
repo_token: ${{ secrets.GITHUB_TOKEN }}
130-
file: protobuf-javascript-sb-*
130+
file: protobuf-javascript-*
131131
file_glob: true
132132
tag: ${{ github.ref }}
133133
overwrite: true

0 commit comments

Comments
 (0)
close