Skip to content

Commit 4231cce

Browse files
committed
[Fix] syntax error of GitHub action format
1 parent 47a2d41 commit 4231cce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/upload.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
types:
66
- created
77

8-
upload-assets:
8+
jobs:
9+
upload-assets:
910
strategy:
1011
matrix:
1112
include:

0 commit comments

Comments
 (0)