Skip to content

Commit 01c061d

Browse files
committed
- Add back merge-multiple
1 parent 13bb9f9 commit 01c061d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ jobs:
112112
- name: Download Artifacts
113113
uses: actions/download-artifact@v4
114114
with:
115-
path: build-artifact
115+
path: build-artifacts
116116
pattern: build-artifact-*
117+
merge-multiple: true
117118

118119
- name: Get tag info
119120
id: tag_info
@@ -129,7 +130,7 @@ jobs:
129130
prerelease: false
130131
body: ${{ github.event.head_commit.message }}
131132
files: |
132-
build-artifact/OpenDirectoryDownloader-*.zip
133+
build-artifacts/OpenDirectoryDownloader-*.zip
133134
134135

135136
docker:

0 commit comments

Comments
 (0)