Skip to content

Commit b6a5878

Browse files
committed
- Remove merge, use path in actions/download-artifact@v4
1 parent f9a9783 commit b6a5878

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/main.yml

+2-13
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,8 @@ 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-*
116-
117107
release:
118-
needs: [ merge ]
108+
needs: [ build ]
119109
runs-on: ubuntu-latest
120110

121111
steps:
@@ -124,7 +114,6 @@ jobs:
124114
with:
125115
path: build-artifact
126116
pattern: build-artifact-*
127-
merge-multiple: true
128117

129118
- name: Get tag info
130119
id: tag_info
@@ -140,7 +129,7 @@ jobs:
140129
prerelease: false
141130
body: ${{ github.event.head_commit.message }}
142131
files: |
143-
OpenDirectoryDownloader-*.zip
132+
build-artifact/OpenDirectoryDownloader-*.zip
144133
145134

146135
docker:

0 commit comments

Comments
 (0)