Skip to content

Commit 0df7780

Browse files
committed
- Add merge, maybe needed for docker steps
1 parent 1f84a2b commit 0df7780

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/main.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,18 @@ jobs:
104104
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
105105
overwrite: true
106106

107+
merge:
108+
runs-on: ubuntu-latest
109+
needs: [ build ]
110+
steps:
111+
- name: Merge Artifacts
112+
uses: actions/upload-artifact/merge@v4
113+
with:
114+
name: build-artifact
115+
pattern: build-artifact-*
107116

108117
release:
109-
needs: build
118+
needs: [ merge ]
110119
runs-on: ubuntu-latest
111120

112121
steps:

0 commit comments

Comments
 (0)