Skip to content

Commit b55a152

Browse files
correction
1 parent b77d76e commit b55a152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142

143143
merge:
144144
runs-on: ubuntu-latest
145-
needs: upload
145+
needs: [build_jars, build_native]
146146
steps:
147147
- name: Merge artifacts
148148
uses: actions/upload-artifact/merge@v4

0 commit comments

Comments
 (0)