File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -104,18 +104,8 @@ jobs:
104
104
OpenDirectoryDownloader-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}${{ matrix.suffix }}.zip
105
105
overwrite : true
106
106
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
-
117
107
release :
118
- needs : [ merge ]
108
+ needs : [ build ]
119
109
runs-on : ubuntu-latest
120
110
121
111
steps :
@@ -124,7 +114,6 @@ jobs:
124
114
with :
125
115
path : build-artifact
126
116
pattern : build-artifact-*
127
- merge-multiple : true
128
117
129
118
- name : Get tag info
130
119
id : tag_info
@@ -140,7 +129,7 @@ jobs:
140
129
prerelease : false
141
130
body : ${{ github.event.head_commit.message }}
142
131
files : |
143
- OpenDirectoryDownloader-*.zip
132
+ build-artifact/ OpenDirectoryDownloader-*.zip
144
133
145
134
146
135
docker :
You can’t perform that action at this time.
0 commit comments